Index: trunk/scripts/git-migration/rules.mako
===================================================================
--- trunk/scripts/git-migration/rules.mako	(revision 1920)
+++ trunk/scripts/git-migration/rules.mako	(revision 1921)
@@ -4,4 +4,9 @@
     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 = {
@@ -215,8 +220,37 @@
 end match
 
-match /trunk/(scripts|vmctl)(/|$)
-end match
-
-match /trunk/(COPYING|xvm-host-setup-notes)
+% 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$
 end match
 
