From: Evan Broder Date: Thu, 17 Dec 2009 19:32:45 +0000 (-0500) Subject: As a package maintained upstream in git, use the same logic in the git X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/commitdiff_plain/10ed6d7836c7454b9ef2e4952b3c5779486dfd05?ds=sidebyside As a package maintained upstream in git, use the same logic in the git migration for pyafs as we're using for RouteFS. svn path=/trunk/scripts/git-migration/; revision=2624 --- diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index 35606fa..f3bfd54 100755 --- 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