Changeset 2471 for trunk/scripts


Ignore:
Timestamp:
Sep 20, 2009, 1:09:53 AM (15 years ago)
Author:
andersk
Message:

Deal with package_branches.

File:
1 edited

Legend:

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

    r2356 r2471  
    9494end match
    9595
     96match /package_branches/${package}/([^/~]+)/
     97  repository ${get_repo(package)}
     98  branch ${get_tag_prefix(package)}\1
     99end match
     100
    96101match /package_tags/${package}/([^/~]+)/
    97102  repository ${get_repo(package)}
Note: See TracChangeset for help on using the changeset viewer.