X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/blobdiff_plain/a93da1ea1e2b6b276c3797f5ecbba37fba0a9583..7747062f5efbeda29d50e5361989631f23acf9ab:/rules.mako diff --git a/rules.mako b/rules.mako index 55b394e..5c3ba1e 100644 --- a/rules.mako +++ b/rules.mako @@ -8,7 +8,7 @@ repos = ['packages/%s' % package for package in packages] repos += ['scripts/%s' % script for script in scripts] - repos += ['doc/xvm', 'scripts/osx-update'] + repos += ['doc/xvm', 'scripts/osx-update', 'scripts/install-invirt'] for package in packages: if 'merge' in packages[package]: @@ -65,11 +65,7 @@ end match match /package_tags/${package}/([^/~]+)/${package}/ repository ${get_repo(package)} branch tags/${get_tag_prefix(package)}\1 -% if package == 'sipb-xen-dev': - max revision 318 -% else: max revision ${packages[package]['undouble'][0] - 1} -% endif end match match /trunk/packages/tmp/${package}/ @@ -156,6 +152,13 @@ match /trunk/scripts/ end match match /trunk/scripts/ + repository scripts/install-invirt.git + branch master + min revision 2026 + max revision 2026 +end match + +match /trunk/scripts/ repository scripts/prod-migration.git branch master max revision 1863