Remove old migration script.
[invirt/scripts/git-migration.git] / git-migrate-fast.sh
index 86dbebe..a0b32c6 100755 (executable)
@@ -47,5 +47,11 @@ git filter-branch --tag-name-filter cat -- ^debian/0.1.1-1 --all
 rm -rf info/grafts refs/original
 popd
 
+pushd packages/python-routefs.git
+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
+popd
+
 echo
 echo 'The Git migration was successful.'