Changeset 1920 for trunk/scripts/git-migration
- Timestamp:
- Dec 27, 2008, 1:33:31 AM (16 years ago)
- Location:
- trunk/scripts/git-migration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate-fast.sh
r1903 r1920 21 21 rm -rf "$repo/refs/heads/tags" 22 22 done 23 24 pushd packages/invirt-remote.git 25 echo $(git rev-parse 0.2.0 invirt-remote-server invirt-remote-host) >> info/grafts 26 git filter-branch --tag-name-filter cat -- ^invirt-remote-server ^invirt-remote-host --all 27 rm -rf info/grafts refs/original refs/heads/invirt-remote-server refs/heads/invirt-remote-host 28 popd 29 30 pushd packages/invirt-console.git 31 echo $(git rev-parse 0.2.0 0.2.0^ invirt-console-host) >> info/grafts 32 git filter-branch --tag-name-filter cat -- ^0.2.0^ ^invirt-console-host --all 33 rm -rf info/grafts refs/original refs/heads/invirt-console-host 34 popd 35 36 pushd packages/invirt-dns.git 37 echo $(git rev-parse sipb-xen-dns/1~10 sipb-xen-dns/1~11 dns) >> info/grafts 38 git filter-branch --tag-name-filter cat -- ^sipb-xen-dns/1~11 ^dns --all 39 rm -rf info/grafts refs/original refs/heads/dns 40 popd 41 42 pushd packages/libyaml.git 43 git fetch git://andersk.mit.edu/libyaml.git refs/tags/upstream/0.1.1:refs/tags/upstream/0.1.1 refs/tags/debian/0.1.1-1:refs/tags/debian/0.1.1-1 44 git branch upstream upstream/0.1.1 45 echo $(git rev-parse 0.1.1-1_andersk1 debian/0.1.1-1^0) >> info/grafts 46 git filter-branch --tag-name-filter cat -- ^debian/0.1.1-1 --all 47 rm -rf info/grafts refs/original 48 popd 49 50 echo 51 echo 'The Git migration was successful.' -
trunk/scripts/git-migration/rules.mako
r1914 r1920 36 36 'sipb-xen-autoinstaller': 1569, 37 37 'sipb-xen-clvm-config': 1569, 38 'invirt-console-host': 181 6,39 'invirt-console-server': 181 6,38 'invirt-console-host': 1815, 39 'invirt-console-server': 1813, 40 40 'invirt-remote-host': 1822, 41 41 'invirt-remote-server': 1822, … … 209 209 end match 210 210 211 match /trunk/(dns|scripts|vmctl)(/|$) 211 match /trunk/dns(/|$) 212 repository ${get_repo('sipb-xen-dns')} 213 branch dns 214 max revision 268 215 end match 216 217 match /trunk/(scripts|vmctl)(/|$) 212 218 end match 213 219
Note: See TracChangeset
for help on using the changeset viewer.