[ARVADOS-DEV] updated: 9745fadb2494516c07ca583299ff8b324a9a0091

Git user git at public.arvados.org
Thu Jul 29 20:49:37 UTC 2021


Summary of changes:
 jenkins/run_upload_packages.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

       via  9745fadb2494516c07ca583299ff8b324a9a0091 (commit)
      from  e69d399b3828bbd315925a73b176721cb99aa567 (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 9745fadb2494516c07ca583299ff8b324a9a0091
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Jul 29 16:49:02 2021 -0400

    Update run_upload_packages.py: add debian 11 (bullseye), remove some no
    longer supported distributions.
    
    refs #17949
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index bc4f4ff..0328b61 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -225,11 +225,8 @@ aptly publish update "$DISTNAME" filesystem:"${DISTNAME%-*}":
     def __init__(self, glob_root, rel_globs, target, ssh_host, ssh_opts, repo):
         super().__init__(glob_root, rel_globs, target, ssh_host, ssh_opts)
         self.TARGET_DISTNAMES = {
-            'debian8': 'jessie-'+repo,
-            'debian9': 'stretch-'+repo,
             'debian10': 'buster-'+repo,
-            'ubuntu1404': 'trusty-'+repo,
-            'ubuntu1604': 'xenial-'+repo,
+            'debian11': 'bullseye-'+repo,
             'ubuntu1804': 'bionic-'+repo,
             'ubuntu2004': 'focal-'+repo,
             }
@@ -307,7 +304,7 @@ def parse_arguments(arguments):
     if args.workspace is None:
         parser.error("workspace not set from command line or environment")
 
-    for target in ['debian8', 'debian9', 'debian10', 'ubuntu1404', 'ubuntu1604', 'ubuntu1804', 'ubuntu2004']:
+    for target in ['debian10', 'debian11', 'ubuntu1804', 'ubuntu2004']:
         PACKAGE_SUITES[target] = _define_suite(
             DebianPackageSuite, os.path.join('packages', target, '*.deb'),
             target=target, repo=args.repo)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list