From 329b14f5a54fd17c887e9dfc9e48fdabc906b9c9 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 27 Dec 2008 02:29:34 -0500 Subject: [PATCH 1/1] Add the xvm-host-setup-notes (into doc/xvm) and scripts/*. svn path=/trunk/scripts/git-migration/; revision=1921 --- rules.mako | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/rules.mako b/rules.mako index 415b5c3..5ce003a 100644 --- a/rules.mako +++ b/rules.mako @@ -4,6 +4,11 @@ repos = packages packages = [package[len('packages/'):] for package in packages] + scripts = ['git-migration', 'invirt.mit.edu', 'munin', 'prod-migration'] + repos += ['scripts/%s' % script for script in scripts] + + repos += ['doc/xvm', 'scripts/osx-update'] + doubled_packages = { 'sipb-xen-guest-installer': (310, 310), 'sipb-xen-base': (314, 315), @@ -214,10 +219,39 @@ match /trunk/dns(/|$) max revision 268 end match -match /trunk/(scripts|vmctl)(/|$) +% for script in scripts: +match /trunk/scripts/${script}(/|$) + repository scripts/${script}.git + branch master +end match +% endfor + +match /trunk/scripts(/|$) + repository scripts/osx-update.git + branch master + min revision 1785 + max revision 1785 +end match + +match /trunk/scripts(/|$) + repository scripts/prod-migration.git + branch master + max revision 1863 +end match + +% for rev in [803, 804, 925, 926, 928, 1537, 1566]: +match /trunk(/|$) + repository doc/xvm.git + branch master + min revision ${rev} + max revision ${rev} +end match +% endfor + +match /trunk/vmctl(/|$) end match -match /trunk/(COPYING|xvm-host-setup-notes) +match /trunk/COPYING$ end match match /branches/wsgi(/|$) -- 1.7.9.5