Fix the RouteFS git import.
[invirt/scripts/git-migration.git] / git-migrate-fast.sh
index a7f2ab2..a0b32c6 100755 (executable)
@@ -48,10 +48,9 @@ rm -rf info/grafts refs/original
 popd
 
 pushd packages/python-routefs.git
-git fetch git://github.com/ebroder/python-routefs.git debian:refs/heads/debian
-git tag -f 1.0.1-1 2fc1d90
+git fetch -t git://github.com/ebroder/python-routefs.git
+git branch -f upstream 1.0.1
 git branch -f master 1.0.1-1
-git branch -d debian
 popd
 
 echo