Mention my svn-all-fast-export localtime branch in the comment
[invirt/scripts/git-migration.git] / rules.mako
index f04eccd..4f91e20 100644 (file)
@@ -4,12 +4,13 @@
     packages = svn['packages']
     trunks = svn['trunks']
     scripts = svn['scripts']
+    third = svn['third']
     quashes = svn['quashes']
 
     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']
+    repos += ['third/%s' % t for t in third]
 
     for package in packages:
         if 'merge' in packages[package]:
@@ -65,7 +66,8 @@ end match
 
 match /package_tags/${package}/([^/~]+)/${package}/
   repository ${get_repo(package)}
-  branch tags/${get_tag_prefix(package)}\1
+  branch refs/tags/${get_tag_prefix(package)}\1
+  annotated true
   max revision ${packages[package]['undouble'][0] - 1}
 end match
 
@@ -93,7 +95,8 @@ end match
 
 match /package_tags/${package}/([^/~]+)/
   repository ${get_repo(package)}
-  branch tags/${get_tag_prefix(package)}\1
+  branch refs/tags/${get_tag_prefix(package)}\1
+  annotated true
 %   if 'undouble' in packages[package]:
   min revision ${packages[package]['undouble'][1]}
 %   endif
@@ -101,7 +104,8 @@ end match
 
 match /package_tags/${package}/([^/~]+)~([^/~]+)/
   repository ${get_repo(package)}
-  branch tags/${get_tag_prefix(package)}\1_\2
+  branch refs/tags/${get_tag_prefix(package)}\1_\2
+  annotated true
 %   if 'undouble' in packages[package]:
   min revision ${packages[package]['undouble'][1]}
 %   endif
@@ -165,11 +169,19 @@ match /trunk/scripts/
   max revision 1863
 end match
 
-match /trunk/third/
-  repository third.git
+% for t in third:
+match /trunk/third/${t}/
+  repository third/${t}.git
   branch master
 end match
 
+match /third_tags/${t}/([^/~]+)/
+  repository third/${t}.git
+  branch refs/tags/\1
+  annotated true
+end match
+% endfor
+
 % for rev in [803, 804, 925, 926, 928, 1537, 1566]:
 match /trunk/
   repository doc/xvm.git