[ARVADOS-DEV] updated: 264ec0f3639106e7b6b81b09a914551aef08e5c7
Git user
git at public.curoverse.com
Wed Oct 19 07:27:54 EDT 2016
Summary of changes:
jenkins/install-arvados-jobs-image | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 264ec0f3639106e7b6b81b09a914551aef08e5c7 (commit)
from 7c0605b156ca8fbdb857b206b342922e5e1ab055 (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 264ec0f3639106e7b6b81b09a914551aef08e5c7
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Oct 19 07:27:50 2016 -0400
Remove excess params in debug message. No issue #
diff --git a/jenkins/install-arvados-jobs-image b/jenkins/install-arvados-jobs-image
index 9d1ea46..579fcae 100755
--- a/jenkins/install-arvados-jobs-image
+++ b/jenkins/install-arvados-jobs-image
@@ -90,7 +90,7 @@ def tag_latest(repo, tag, project_uuid):
tag_cmd += [repo+':'+tag, repo+':latest']
subprocess.check_call(tag_cmd)
- logger.debug('arv-keepdocker %s:latest', repo, tag, repo)
+ logger.debug('arv-keepdocker %s:latest', repo)
subprocess.check_call([
'arv-keepdocker',
'--project-uuid='+project_uuid,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list