Use the upstream Git repo for python-routefs.
authorAnders Kaseorg <andersk@mit.edu>
Sat, 27 Dec 2008 08:01:57 +0000 (03:01 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sat, 27 Dec 2008 08:01:57 +0000 (03:01 -0500)
svn path=/trunk/scripts/git-migration/; revision=1922

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.'