From 91b4b1fb93e1a150be80d281665a61088534e583 Mon Sep 17 00:00:00 2001 From: z4yx Date: Tue, 7 Apr 2020 12:02:05 +0800 Subject: [PATCH] relocate repos --- chef.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chef.sh b/chef.sh index 76daff1..61d34eb 100755 --- a/chef.sh +++ b/chef.sh @@ -9,8 +9,8 @@ yum_sync="${_here}/yum-sync.py" BASE_PATH="${TUNASYNC_WORKING_DIR}" UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"https://packages.chef.io/repos"} -YUM_PATH="${BASE_PATH}/yum" -APT_PATH="${BASE_PATH}/apt" +YUM_PATH="${BASE_PATH}/yum/stable" +APT_PATH="${BASE_PATH}/apt/stable" "$yum_sync" "${UPSTREAM}/yum/stable/el/@{os_ver}/@{arch}" 6-8 chef x86_64 "stable-el@{os_ver}-@{arch}" "$YUM_PATH" echo "YUM finished"