From 10ed6d7836c7454b9ef2e4952b3c5779486dfd05 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 17 Dec 2009 14:32:45 -0500 Subject: [PATCH 1/1] 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 --- git-migrate-fast.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.9.5