aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-06-28 16:54:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-01 11:00:24 +0200
commit3e21bfb18623a3ab9a9b31d489ae20f06e223c5d (patch)
tree89213f55b96676cd8797c213024d9b5b51266ea9 /sync.profile
parent509edd3e13cddb6f6b22ec014c1af90bb6f5479b (diff)
sync.profile: Point dependencies to an empty string
This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. Change-Id: I6bf7bfaf03d8a999ed63167c487225eb7153a55a Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 4a7e46b..d239307 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,5 +3,5 @@
);
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "",
);