From: Evan Broder Date: Sun, 26 Apr 2009 18:24:13 +0000 (-0400) Subject: Add rules to include invirtified packages in the git migration. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/commitdiff_plain/68a19dbd5d94ba41f66c48d1ad71f80953b49e65 Add rules to include invirtified packages in the git migration. svn path=/trunk/scripts/git-migration/; revision=2306 --- diff --git a/rules.mako b/rules.mako index 5c3ba1e..f04eccd 100644 --- a/rules.mako +++ b/rules.mako @@ -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