Changeset 2310 for trunk/scripts


Ignore:
Timestamp:
Apr 27, 2009, 1:30:56 PM (15 years ago)
Author:
broder
Message:

For the git migration, one repository per invertified package, and
grab the tags while we're at it.

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

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/rules.mako

    r2306 r2310  
    55    trunks = svn['trunks']
    66    scripts = svn['scripts']
     7    third = svn['third']
    78    quashes = svn['quashes']
    89
     
    1011    repos += ['scripts/%s' % script for script in scripts]
    1112    repos += ['doc/xvm', 'scripts/osx-update', 'scripts/install-invirt']
    12     repos += ['third']
     13    repos += ['third/%s' % t for t in third]
    1314
    1415    for package in packages:
     
    166167end match
    167168
    168 match /trunk/third/
    169   repository third.git
     169% for t in third:
     170match /trunk/third/${t}/
     171  repository third/${t}.git
    170172  branch master
    171173end match
     174
     175match /third_tags/${t}/([^/~]+)/
     176  repository third/${t}.git
     177  branch tags/\1
     178end match
     179% endfor
    172180
    173181% for rev in [803, 804, 925, 926, 928, 1537, 1566]:
  • trunk/scripts/git-migration/svn.yml

    r2277 r2310  
    106106- outage
    107107- lvm-backup-reader
     108third:
     109- common
     110- openssh
    108111quashes:
    109112- {rev: 11, path: /package_tags/sipb-xen-dev/sipb-xen-dev/}
Note: See TracChangeset for help on using the changeset viewer.