projects
/
invirt/scripts/git-migration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
329b14f
)
Use the upstream Git repo for python-routefs.
author
Anders Kaseorg
<andersk@mit.edu>
Sat, 27 Dec 2008 08:01:57 +0000
(
03:01
-0500)
committer
Anders 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
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
86dbebe
..
a7f2ab2
100755
(executable)
--- 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.'