[ARVADOS] updated: 155c3adfcde63fcc40d6a1474cb14c73285703f6
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 9 14:30:13 EDT 2014
Summary of changes:
sdk/python/arvados/commands/copy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 155c3adfcde63fcc40d6a1474cb14c73285703f6 (commit)
from 379f500eb5304c7a5a0550de567c04f047cc54eb (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 155c3adfcde63fcc40d6a1474cb14c73285703f6
Author: Tim Pierce <twp at curoverse.com>
Date: Tue Sep 9 14:30:01 2014 -0400
3699: typo fix
diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py
index dc9db44..7cf7ab4 100755
--- a/sdk/python/arvados/commands/copy.py
+++ b/sdk/python/arvados/commands/copy.py
@@ -262,7 +262,7 @@ def copy_git_repo(src_git_repo, dst_git_repo, dst_branch, src=None, dst=None):
arvados.util.run_command(
["git", "checkout", "-B", dst_branch],
cwd=tmprepo)
- arvados.util.run_comment(["git", "remote", "add", "dst", dst_git_push_url], cwd=tmprepo)
+ arvados.util.run_command(["git", "remote", "add", "dst", dst_git_push_url], cwd=tmprepo)
arvados.util.run_command(["git", "push", "dst"], cwd=tmprepo)
# uuid_type(api, object_uuid)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list