mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 13:10:34 +00:00
Merge pull request #3791 from neo954/xcat-dep
Place xcat-dep to the devel directory of xcat.org
This commit is contained in:
@ -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
|
||||
|
@ -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 *
|
||||
|
Reference in New Issue
Block a user