Fix the screwed-up sipb-xen-dev/13 tag.
[invirt/scripts/git-migration.git] / git-migrate-fast.sh
index 86dbebe..a7f2ab2 100755 (executable)
@@ -47,5 +47,12 @@ 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 git://github.com/ebroder/python-routefs.git debian:refs/heads/debian
+git tag -f 1.0.1-1 2fc1d90
+git branch -f master 1.0.1-1
+git branch -d debian
+popd
+
 echo
 echo 'The Git migration was successful.'