From 7747062f5efbeda29d50e5361989631f23acf9ab Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 30 Jan 2009 06:01:48 -0500 Subject: [PATCH 1/1] add install-invirt to git-migration svn path=/trunk/scripts/git-migration/; revision=2027 --- rules.mako | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rules.mako b/rules.mako index 80f5931..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]: @@ -152,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 -- 1.7.9.5