Index: /trunk/scripts/git-migration/rules.mako
===================================================================
--- /trunk/scripts/git-migration/rules.mako	(revision 2309)
+++ /trunk/scripts/git-migration/rules.mako	(revision 2310)
@@ -5,4 +5,5 @@
     trunks = svn['trunks']
     scripts = svn['scripts']
+    third = svn['third']
     quashes = svn['quashes']
 
@@ -10,5 +11,5 @@
     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:
@@ -166,8 +167,15 @@
 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 tags/\1
+end match
+% endfor
 
 % for rev in [803, 804, 925, 926, 928, 1537, 1566]:
Index: /trunk/scripts/git-migration/svn.yml
===================================================================
--- /trunk/scripts/git-migration/svn.yml	(revision 2309)
+++ /trunk/scripts/git-migration/svn.yml	(revision 2310)
@@ -106,4 +106,7 @@
 - outage
 - lvm-backup-reader
+third:
+- common
+- openssh
 quashes:
 - {rev: 11, path: /package_tags/sipb-xen-dev/sipb-xen-dev/}
