Index: trunk/scripts/git-migration/rules.mako
===================================================================
--- trunk/scripts/git-migration/rules.mako	(revision 2026)
+++ trunk/scripts/git-migration/rules.mako	(revision 2027)
@@ -9,5 +9,5 @@
     repos = ['packages/%s' % package for package in packages]
     repos += ['scripts/%s' % script for script in scripts]
-    repos += ['doc/xvm', 'scripts/osx-update']
+    repos += ['doc/xvm', 'scripts/osx-update', 'scripts/install-invirt']
 
     for package in packages:
@@ -153,4 +153,11 @@
 
 match /trunk/scripts/
+  repository scripts/install-invirt.git
+  branch master
+  min revision 2026
+  max revision 2026
+end match
+
+match /trunk/scripts/
   repository scripts/prod-migration.git
   branch master
