projects
/
invirt/scripts/git-migration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b82d89
)
As a package maintained upstream in git, use the same logic in the git
author
Evan Broder
<broder@mit.edu>
Thu, 17 Dec 2009 19:32:45 +0000
(14:32 -0500)
committer
Evan Broder
<broder@mit.edu>
Thu, 17 Dec 2009 19:32:45 +0000
(14:32 -0500)
migration for pyafs as we're using for RouteFS.
svn path=/trunk/scripts/git-migration/; revision=2624
git-migrate-fast.sh
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
35606fa
..
f3bfd54
100755
(executable)
--- a/
git-migrate-fast.sh
+++ b/
git-migrate-fast.sh
@@
-63,6
+63,12
@@
git branch -f upstream 1.0.1
git branch -f prod 1.0.1-1
popd
+pushd packages/python-afs.git
+git fetch -t git://github.com/ebroder/pyafs.git
+git branch -f upstream 0.1.1
+git branch -f prod 0.1.1-1
+popd
+
for r in $(ls packages); do
pushd "packages/$r"
git branch dev prod