X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/blobdiff_plain/fc13f26a890f926dbb66499fb19bb56ca174e2d7..68a19dbd5d94ba41f66c48d1ad71f80953b49e65:/rules.mako diff --git a/rules.mako b/rules.mako index 80f5931..f04eccd 100644 --- a/rules.mako +++ b/rules.mako @@ -8,7 +8,8 @@ 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'] + repos += ['third'] for package in packages: if 'merge' in packages[package]: @@ -152,11 +153,23 @@ 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 end match +match /trunk/third/ + repository third.git + branch master +end match + % for rev in [803, 804, 925, 926, 928, 1537, 1566]: match /trunk/ repository doc/xvm.git