From d67751c2f38dab5976ba897e089853219751ca10 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 27 Dec 2008 03:01:57 -0500 Subject: [PATCH 1/1] Use the upstream Git repo for python-routefs. svn path=/trunk/scripts/git-migration/; revision=1922 --- git-migrate-fast.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index 86dbebe..a7f2ab2 100755 --- a/git-migrate-fast.sh +++ b/git-migrate-fast.sh @@ -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.' -- 1.7.9.5