[ARVADOS-DEV] updated: f3f7e6aa38301208c2f81252bcc13658212e9415
Git user
git at public.curoverse.com
Thu Jan 26 19:44:11 EST 2017
Summary of changes:
jenkins/run_upload_packages.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via f3f7e6aa38301208c2f81252bcc13658212e9415 (commit)
from caee5f605df13627f796cf1cf8229bda7b3a34ab (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 f3f7e6aa38301208c2f81252bcc13658212e9415
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Jan 26 19:43:50 2017 -0500
Add support for ubuntu1604 to run_upload_packages.py.
refs #10980
diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 5a92eb9..e9eb25d 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -185,6 +185,7 @@ rm "$@"
'debian8': 'jessie',
'ubuntu1204': 'precise',
'ubuntu1404': 'trusty',
+ 'ubuntu1604': 'xenial',
}
def post_uploads(self, paths):
@@ -231,7 +232,7 @@ PACKAGE_SUITES = {
'services/login-sync/*.gem',
),
}
-for target in ['debian7', 'debian8', 'ubuntu1204', 'ubuntu1404']:
+for target in ['debian7', 'debian8', '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