Prospective fix for sync.profile for CI runs on the branch
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 24 Jun 2013 11:31:32 +0000 (13:31 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 24 Jun 2013 11:34:21 +0000 (13:34 +0200)
Don't try to check out wip/v4 in qtbase and qtxmlpatterns

Change-Id: I1b4cb3f83ba62123414f184e141f52bbaac79827
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
sync.profile

index 9246719..137eac5 100644 (file)
@@ -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",
 );