[arvados] updated: 2.7.2-7-gccef5a60aa

git repository hosting git at public.arvados.org
Thu May 23 17:33:50 UTC 2024


Summary of changes:
 build/package-testing/rpm-common-test-packages.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

       via  ccef5a60aa338a8756adbb73350369762486bf77 (commit)
      from  41dcbcc8e8346cfd377f86a3f7ca5521a70ce307 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ccef5a60aa338a8756adbb73350369762486bf77
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu May 23 13:33:02 2024 -0400

    Maintain centos7 support for one more release, refs #21780
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/package-testing/rpm-common-test-packages.sh b/build/package-testing/rpm-common-test-packages.sh
index ac0c99a966..901e782ea9 100755
--- a/build/package-testing/rpm-common-test-packages.sh
+++ b/build/package-testing/rpm-common-test-packages.sh
@@ -57,7 +57,10 @@ cd /tmp/opts
 
 # Install other packages alongside to test for build id conflicts.
 # This line can be removed after we have test-provision-rocky8, #21426.
-microdnf --assumeyes install arvados-client arvados-server python3-arvados-python-client
+case "$target" in
+    centos*) yum install --assumeyes -e 0 arvados-client arvados-server python3-arvados-python-client ;;
+    rocky*) microdnf --assumeyes install  arvados-client arvados-server python3-arvados-python-client ;;
+esac
 
 rpm2cpio $(ls -t "$ARV_PACKAGES_DIR/$1"-*.rpm | head -n1) | cpio -idm 2>/dev/null
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list