[ARVADOS-DEV] updated: ba81565d1265810c085fb7e62aa7eb789a7c6889

Git user git at public.curoverse.com
Thu Sep 14 08:55:12 EDT 2017


Summary of changes:
 jenkins/run_upload_packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ba81565d1265810c085fb7e62aa7eb789a7c6889 (commit)
      from  7825bb3984a2010f047bf1cd0e6ea0a9be8c0316 (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 ba81565d1265810c085fb7e62aa7eb789a7c6889
Author: Javier Bértoli <jbertoli at veritasgenetics.com>
Date:   Thu Sep 14 09:51:50 2017 -0300

    Add missing debian9 target
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at veritasgenetics.com>

diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 0ddbc8e..e6133b1 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -235,7 +235,7 @@ PACKAGE_SUITES = {
                           'services/login-sync/*.gem',
                       ),
     }
-for target in ['debian8', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
+for target in ['debian8', 'debian9', 'ubuntu1204', 'ubuntu1404', 'ubuntu1604']:
     PACKAGE_SUITES[target] = _define_suite(
         DebianPackageSuite, os.path.join('packages', target, '*.deb'),
         target=target)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list