summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-24 22:29:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-26 00:50:06 +0200
commitf30159132c2c486508d227fc7d5615e032df6f68 (patch)
tree898f34936291c6cb7aa8b999c71ed700d5a1a48f /sync.profile
parentd424c1ee4494baffdc4715440f86ef80a94fd7a5 (diff)
downloadqtserialport-f30159132c2c486508d227fc7d5615e032df6f68.tar.gz
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. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Ibb0cf31b90d04f280691859d66486803ff58cc78 Reviewed-by: Iikka Eklund <iikka.eklund@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 68c7725..a1e480d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,5 +3,5 @@
);
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "",
);