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),
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(/|$)