From e8db3871e137c03e863bfa3b52c6976f7ef89ad3 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 21 Jul 2021 12:44:31 -0700 Subject: [PATCH 1/3] commented hardlink - add later --- sync/sync-to-prod.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sync/sync-to-prod.sh b/sync/sync-to-prod.sh index d68b8c7..f7a3814 100644 --- a/sync/sync-to-prod.sh +++ b/sync/sync-to-prod.sh @@ -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 From 9b5acb441a506492b62d05c97b9d5fd67156a4da Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 23 Jul 2021 14:41:54 -0700 Subject: [PATCH 2/3] prep for virt --- sync/common_8 | 1 + 1 file changed, 1 insertion(+) diff --git a/sync/common_8 b/sync/common_8 index 9108ef9..365906c 100644 --- a/sync/common_8 +++ b/sync/common_8 @@ -24,6 +24,7 @@ NONMODS_REPOS=( Devel nfv storage/gluster9 + virt/advanced-virtualization plus ) From 1b9871fb49466e179f77fd02a26593b7304c4ca4 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 23 Jul 2021 15:23:50 -0700 Subject: [PATCH 3/3] short name --- sync/common_8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/common_8 b/sync/common_8 index 365906c..b3f99f5 100644 --- a/sync/common_8 +++ b/sync/common_8 @@ -24,7 +24,7 @@ NONMODS_REPOS=( Devel nfv storage/gluster9 - virt/advanced-virtualization + virt/advanced-virt plus )