As a package maintained upstream in git, use the same logic in the git
[invirt/scripts/git-migration.git] / 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
 
+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