As a package maintained upstream in git, use the same logic in the git
authorEvan Broder <broder@mit.edu>
Thu, 17 Dec 2009 19:32:45 +0000 (14:32 -0500)
committerEvan 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

index 35606fa..f3bfd54 100755 (executable)
@@ -63,6 +63,12 @@ git branch -f upstream 1.0.1
 git branch -f prod 1.0.1-1
 popd
 
 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
 for r in $(ls packages); do
     pushd "packages/$r"
     git branch dev prod