Add rules to include invirtified packages in the git migration.
[invirt/scripts/git-migration.git] / rules.mako
index ef07d34..f04eccd 100644 (file)
@@ -8,7 +8,8 @@
 
     repos = ['packages/%s' % package for package in packages]
     repos += ['scripts/%s' % script for script in scripts]
 
     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']
+    repos += ['third']
 
     for package in packages:
         if 'merge' in packages[package]:
 
     for package in packages:
         if 'merge' in packages[package]:
@@ -164,6 +165,11 @@ match /trunk/scripts/
   max revision 1863
 end match
 
   max revision 1863
 end match
 
+match /trunk/third/
+  repository third.git
+  branch master
+end match
+
 % for rev in [803, 804, 925, 926, 928, 1537, 1566]:
 match /trunk/
   repository doc/xvm.git
 % for rev in [803, 804, 925, 926, 928, 1537, 1566]:
 match /trunk/
   repository doc/xvm.git