X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/blobdiff_plain/573f4f05e544af781e596b827b22b4047e2cfe94..1f29f49e0d6b7d52eb21c71547dc8ad68fa29c8d:/rules.mako diff --git a/rules.mako b/rules.mako index 4f91e20..291d70c 100644 --- a/rules.mako +++ b/rules.mako @@ -93,6 +93,11 @@ match /trunk/packages/${package}/ % endif end match +match /package_branches/${package}/([^/~]+)/ + repository ${get_repo(package)} + branch ${get_tag_prefix(package)}\1 +end match + match /package_tags/${package}/([^/~]+)/ repository ${get_repo(package)} branch refs/tags/${get_tag_prefix(package)}\1