[arvados-dev] created: 3ac45ab9619e2a526736f6c2eb7bb9260e351d38

git repository hosting git at public.arvados.org
Tue Aug 1 18:53:11 UTC 2023


        at  3ac45ab9619e2a526736f6c2eb7bb9260e351d38 (commit)


commit 3ac45ab9619e2a526736f6c2eb7bb9260e351d38
Author: Brett Smith <brett.smith at curii.com>
Date:   Tue Aug 1 14:52:49 2023 -0400

    20797: Add support for rocky8 upload target
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 6f695b7..7ed9c16 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -251,6 +251,7 @@ createrepo -c ~/.createrepo-cache --update "$REPODIR"
         super().__init__(glob_root, rel_globs, target, ssh_host, ssh_opts)
         self.TARGET_REPODIRS = {
             'centos7': 'CentOS/7/%s/x86_64/' % repo,
+            'rocky8': 'CentOS/8/%s/x86_64/' % repo,
         }
 
     def post_uploads(self, paths):
@@ -309,7 +310,7 @@ def parse_arguments(arguments):
         PACKAGE_SUITES[target] = _define_suite(
             DebianPackageSuite, os.path.join('packages', target, '*.deb'),
             target=target, repo=args.repo)
-    for target in ['centos7']:
+    for target in ['centos7', 'rocky8']:
         PACKAGE_SUITES[target] = _define_suite(
             RedHatPackageSuite, os.path.join('packages', target, '*.rpm'),
             target=target, repo=args.repo)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list