- Timestamp:
- Apr 27, 2009, 1:30:56 PM (16 years ago)
- Location:
- trunk/scripts/git-migration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/rules.mako
r2306 r2310 5 5 trunks = svn['trunks'] 6 6 scripts = svn['scripts'] 7 third = svn['third'] 7 8 quashes = svn['quashes'] 8 9 … … 10 11 repos += ['scripts/%s' % script for script in scripts] 11 12 repos += ['doc/xvm', 'scripts/osx-update', 'scripts/install-invirt'] 12 repos += ['third ']13 repos += ['third/%s' % t for t in third] 13 14 14 15 for package in packages: … … 166 167 end match 167 168 168 match /trunk/third/ 169 repository third.git 169 % for t in third: 170 match /trunk/third/${t}/ 171 repository third/${t}.git 170 172 branch master 171 173 end match 174 175 match /third_tags/${t}/([^/~]+)/ 176 repository third/${t}.git 177 branch tags/\1 178 end match 179 % endfor 172 180 173 181 % for rev in [803, 804, 925, 926, 928, 1537, 1566]: -
trunk/scripts/git-migration/svn.yml
r2277 r2310 106 106 - outage 107 107 - lvm-backup-reader 108 third: 109 - common 110 - openssh 108 111 quashes: 109 112 - {rev: 11, path: /package_tags/sipb-xen-dev/sipb-xen-dev/}
Note: See TracChangeset
for help on using the changeset viewer.