[ARVADOS-DEV] updated: 1b0a3c77ad14f01348c10390a5d81a4e20c8ad9f
git at public.curoverse.com
git at public.curoverse.com
Tue Jul 21 17:01:43 EDT 2015
Summary of changes:
jenkins/run_upload_packages.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 1b0a3c77ad14f01348c10390a5d81a4e20c8ad9f (commit)
from 1e766639c21f439cb06552bd4eb59626f258306d (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 1b0a3c77ad14f01348c10390a5d81a4e20c8ad9f
Author: Brett Smith <brett at curoverse.com>
Date: Tue Jul 21 17:01:41 2015 -0400
6497: Fixup gem push: it only accepts one path.
diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 8f702dd..ae3be48 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -85,8 +85,8 @@ class PythonPackageSuite(PackageSuite):
class GemPackageSuite(PackageSuite):
LOGGER_PART = 'gems'
- def upload_files(self, paths):
- subprocess.check_call(['gem', 'push'] + paths)
+ def upload_file(self, path):
+ subprocess.check_call(['gem', 'push', path])
class DistroPackageSuite(PackageSuite):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list