[ARVADOS-DEV] updated: 83026883d6c4e1de2da2821457b987555568b1b1
Git user
git at public.curoverse.com
Tue Jul 18 13:34:35 EDT 2017
Summary of changes:
jenkins/run_upload_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 83026883d6c4e1de2da2821457b987555568b1b1 (commit)
from 1cff8f415aba7dc79450166577fc04d2a592c56e (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 83026883d6c4e1de2da2821457b987555568b1b1
Author: Nico Cesar <nico at curoverse.com>
Date: Tue Jul 18 13:34:07 2017 -0400
11980: debian9 is part of the suite
refs #11980
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curoverse.com>
diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 25c596a..fd22943 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