Add rules to include invirtified packages in the git migration.
[invirt/scripts/git-migration.git] / rules.mako
index 5c3ba1e..f04eccd 100644 (file)
@@ -9,6 +9,7 @@
     repos = ['packages/%s' % package for package in packages]
     repos += ['scripts/%s' % script for script in scripts]
     repos += ['doc/xvm', 'scripts/osx-update', 'scripts/install-invirt']
+    repos += ['third']
 
     for package in packages:
         if 'merge' in packages[package]:
@@ -164,6 +165,11 @@ match /trunk/scripts/
   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