Changeset 1920


Ignore:
Timestamp:
Dec 27, 2008, 1:33:31 AM (15 years ago)
Author:
andersk
Message:

Add trunk/dns and epic grafting.

Location:
trunk/scripts/git-migration
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r1903 r1920  
    2121        rm -rf "$repo/refs/heads/tags"
    2222done
     23
     24pushd packages/invirt-remote.git
     25echo $(git rev-parse 0.2.0 invirt-remote-server invirt-remote-host) >> info/grafts
     26git filter-branch --tag-name-filter cat -- ^invirt-remote-server ^invirt-remote-host --all
     27rm -rf info/grafts refs/original refs/heads/invirt-remote-server refs/heads/invirt-remote-host
     28popd
     29
     30pushd packages/invirt-console.git
     31echo $(git rev-parse 0.2.0 0.2.0^ invirt-console-host) >> info/grafts
     32git filter-branch --tag-name-filter cat -- ^0.2.0^ ^invirt-console-host --all
     33rm -rf info/grafts refs/original refs/heads/invirt-console-host
     34popd
     35
     36pushd packages/invirt-dns.git
     37echo $(git rev-parse sipb-xen-dns/1~10 sipb-xen-dns/1~11 dns) >> info/grafts
     38git filter-branch --tag-name-filter cat -- ^sipb-xen-dns/1~11 ^dns --all
     39rm -rf info/grafts refs/original refs/heads/dns
     40popd
     41
     42pushd packages/libyaml.git
     43git 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
     44git branch upstream upstream/0.1.1
     45echo $(git rev-parse 0.1.1-1_andersk1 debian/0.1.1-1^0) >> info/grafts
     46git filter-branch --tag-name-filter cat -- ^debian/0.1.1-1 --all
     47rm -rf info/grafts refs/original
     48popd
     49
     50echo
     51echo 'The Git migration was successful.'
  • trunk/scripts/git-migration/rules.mako

    r1914 r1920  
    3636        'sipb-xen-autoinstaller': 1569,
    3737        'sipb-xen-clvm-config': 1569,
    38         'invirt-console-host': 1816,
    39         'invirt-console-server': 1816,
     38        'invirt-console-host': 1815,
     39        'invirt-console-server': 1813,
    4040        'invirt-remote-host': 1822,
    4141        'invirt-remote-server': 1822,
     
    209209end match
    210210
    211 match /trunk/(dns|scripts|vmctl)(/|$)
     211match /trunk/dns(/|$)
     212  repository ${get_repo('sipb-xen-dns')}
     213  branch dns
     214  max revision 268
     215end match
     216
     217match /trunk/(scripts|vmctl)(/|$)
    212218end match
    213219
Note: See TracChangeset for help on using the changeset viewer.