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:
b699f90
)
Stuff all of our repos into an /invirt subdirectory, so that we have
author
Evan Broder
<broder@mit.edu>
Sat, 5 Dec 2009 20:36:21 +0000
(15:36 -0500)
committer
Evan Broder
<broder@mit.edu>
Sat, 5 Dec 2009 20:36:21 +0000
(15:36 -0500)
room for future expansion.
svn path=/trunk/scripts/git-migration/; revision=2577
git-migrate-fast.sh
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
56c2927
..
7d6213f
100755
(executable)
--- a/
git-migrate-fast.sh
+++ b/
git-migrate-fast.sh
@@
-87,7
+87,7
@@
git init --bare
r="${r%.git}"
printf '[submodule "%s"]\n' "$r"
printf '\tpath = %s\n' "$r"
- printf '\turl = git://invirt.mit.edu/packages/%s.git\n' "$r"
+ printf '\turl = git://invirt.mit.edu/invirt/packages/%s.git\n' "$r"
done
echo 'EOF'