From 68a19dbd5d94ba41f66c48d1ad71f80953b49e65 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 26 Apr 2009 14:24:13 -0400 Subject: [PATCH] Add rules to include invirtified packages in the git migration. svn path=/trunk/scripts/git-migration/; revision=2306 --- rules.mako | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.9.5