aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-24 13:31:32 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-24 13:34:21 +0200
commit8ef1db25305d37a3c7ce422dc1591613494a1857 (patch)
tree9de63a3d648c8086f84101560e8f89e6123a40df /sync.profile
parent3649a78f51ddd348848229f0c9c37209209090ec (diff)
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 <sergio.ahumada@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
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",
);