git-migration updates for openais, corosync, xvm-host-setup-notes.
[invirt/scripts/git-migration.git] / rules.mako
index 0557dd3..849321b 100644 (file)
@@ -26,7 +26,7 @@
             return packages[package]['branch']
         if 'merge' in packages[package]:
             return get_branch(packages[package]['merge'])
-        return 'master'
+        return 'prod'
 
     def get_tag_prefix(package):
         if 'merge' in packages[package]:
@@ -66,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
 
@@ -92,9 +93,15 @@ match /trunk/packages/${package}/
 %   endif
 end match
 
+match /package_branches/${package}/([^/~]+)/
+  repository ${get_repo(package)}
+  branch ${get_tag_prefix(package)}\1
+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
@@ -102,7 +109,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
@@ -174,11 +182,12 @@ end match
 
 match /third_tags/${t}/([^/~]+)/
   repository third/${t}.git
-  branch tags/\1
+  branch refs/tags/\1
+  annotated true
 end match
 % endfor
 
-% for rev in [803, 804, 925, 926, 928, 1537, 1566]:
+% for rev in [803, 804, 925, 926, 928, 1537, 1566, 3024]:
 match /trunk/
   repository doc/xvm.git
   branch master