[ARVADOS] updated: 9cff4a0bf758ebb2e1a63df6a25c83f11752f8d8
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 17 09:44:31 EDT 2014
Summary of changes:
sdk/python/arvados/commands/copy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9cff4a0bf758ebb2e1a63df6a25c83f11752f8d8 (commit)
from fdbf1d6a692ae5991346e352916e8b37bd62cf19 (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 9cff4a0bf758ebb2e1a63df6a25c83f11752f8d8
Author: Tim Pierce <twp at curoverse.com>
Date: Wed Sep 17 09:44:05 2014 -0400
3699: bugfix (renamed repository_map -> local_repo_dir)
diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py
index 1f466d3..9f9b134 100755
--- a/sdk/python/arvados/commands/copy.py
+++ b/sdk/python/arvados/commands/copy.py
@@ -403,7 +403,7 @@ def copy_git_repo(src_git_repo, src, dst, dst_git_repo):
cwd=tmprepo)
arvados.util.run_command(["git", "remote", "add", "dst", dst_git_push_url], cwd=tmprepo)
arvados.util.run_command(["git", "push", "dst", dst_branch], cwd=tmprepo)
- repository_map[src_git_repo] = tmprepo
+ local_repo_dir[src_git_repo] = tmprepo
# git_rev_parse(rev, repo)
#
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list