Add the xvm-host-setup-notes (into doc/xvm) and scripts/*.
authorAnders Kaseorg <andersk@mit.edu>
Sat, 27 Dec 2008 07:29:34 +0000 (02:29 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sat, 27 Dec 2008 07:29:34 +0000 (02:29 -0500)
svn path=/trunk/scripts/git-migration/; revision=1921

rules.mako

index 415b5c3..5ce003a 100644 (file)
@@ -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(/|$)