summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:30:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 15:37:39 +0100
commita9392d7d202b6d8356c23df51d6cd74f859768ca (patch)
tree65fd2b40961c44fdcb0c22b86b28e0a82e3517ca
parent4cbcad7fbb5606e6f183062b5f15be08b9568ecb (diff)
downloadqtjsbackend-a9392d7d202b6d8356c23df51d6cd74f859768ca.tar.gz
sync.profile: Point dependencies to 'refs/heads/stable'
We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I87de49aae6ab2b213c4829931dd3e6564262673b Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ed2a91a..b877e95 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,5 +15,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
);