From 4e007444323acacbb93a57af715ebd3b477fc003 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Mon, 28 Aug 2017 15:03:44 +0800 Subject: [PATCH 1/2] rsync xcat-dep to http://xcat.org/files/xcat/repos/yum/devel/xcat-dep/ --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 84ca78e40..1413dcca2 100755 --- a/builddep.sh +++ b/builddep.sh @@ -225,7 +225,7 @@ if [ "$OSNAME" == "AIX" ]; then else # Linux SYSGRP=root - YUM=yum + YUM=yum/devel FRSDIR='2.x_Linux' fi chgrp -R -h $SYSGRP * From ce9ae7fa977b0a8790908a76f396ec346580d529 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 29 Aug 2017 10:35:14 +0800 Subject: [PATCH 2/2] rsync xcat-dep to http://xcat.org/files/xcat/repos/apt/devel/xcat-dep/ for Debian/Ubuntu --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index 65e44c88d..729067680 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -524,7 +524,7 @@ __EOF__ FILES_PATH="files" FRS="/var/www/${SERVER}/${FILES_PATH}" APT_DIR="${FRS}/xcat" - APT_REPO_DIR="${APT_DIR}/repos/apt" + APT_REPO_DIR="${APT_DIR}/repos/apt/devel" # Decide whether to upload the xcat-dep package or NOT (default is to NOT upload xcat-dep if [ "$UP" != "1" ]; then