From 8ef1db25305d37a3c7ce422dc1591613494a1857 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 24 Jun 2013 13:31:32 +0200 Subject: Prospective fix for sync.profile for CI runs on the branch Don't try to check out wip/v4 in qtbase and qtxmlpatterns Change-Id: I1b4cb3f83ba62123414f184e141f52bbaac79827 Reviewed-by: Sergio Ahumada --- sync.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 92467195f0..137eac5784 100644 --- a/sync.profile +++ b/sync.profile @@ -18,6 +18,6 @@ # - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch) # %dependencies = ( - "qtbase" => "", - "qtxmlpatterns" => "", + "qtbase" => "refs/heads/dev", + "qtxmlpatterns" => "refs/heads/dev", ); -- cgit v1.2.3