From: Anders Kaseorg Date: Sat, 27 Dec 2008 07:29:34 +0000 (-0500) Subject: Add the xvm-host-setup-notes (into doc/xvm) and scripts/*. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/commitdiff_plain/329b14f5a54fd17c887e9dfc9e48fdabc906b9c9?hp=0226af193c94476ff2029e0d44103bb4d216a331 Add the xvm-host-setup-notes (into doc/xvm) and scripts/*. svn path=/trunk/scripts/git-migration/; revision=1921 --- 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(/|$)