summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:30:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:25:33 +0100
commitbfe848c773b72280ea668034715817cd21f522c0 (patch)
tree9df70e07e23a643b14839de56f52ef0d080dce7c /sync.profile
parentbfbc5f8d4a63b394b677a84dd3364fca6c5365a8 (diff)
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: I42f68dd5f073a466cecbe9d811a0152af7256895 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Janne Anttila <janne.anttila@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 4dbd6f4..ccc4a15 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,5 +5,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",
);