commented hardlink - add later

This commit is contained in:
Louis Abel 2021-07-21 12:44:31 -07:00
parent b077152f47
commit e8db3871e1
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ if [ $ret_val -eq "0" ]; then
# Full file list update
cd "${PRODUCTION_ROOT}/${CATEGORY_STUB}/" || { echo "Failed to change directory"; exit 1; }
# Hardlink everything except xml files
#hardlink -x '.*\.xml.*' "${REVISION}"
find . > fullfilelist
if [[ -f /usr/local/bin/create-filelist ]]; then
# We're already here, but Justin Case wanted this
@ -28,5 +30,6 @@ if [ $ret_val -eq "0" ]; then
/bin/cp fullfiletimelist-rocky fullfiletimelist-rocky-old
/usr/local/bin/create-filelist > fullfiletimelist-rocky
fi
chown 10004:10005 fullfilelist fullfiletimelist-rocky
fi