summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:36:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 17:29:53 +0100
commitbbec42c18df5fb4e9cd7562471aefa77a0da0fe2 (patch)
treedb09d5f69317240c417913e6dcf4ef00403a9c1b /sync.profile
parent7836e96f1aee1e2eff5383cc7762fb21b433fc7a (diff)
downloadqtxmlpatterns-bbec42c18df5fb4e9cd7562471aefa77a0da0fe2.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: Ie117ec0e488c740c0be01359912520d54c24248f 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 5242ded..75a178b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,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",
);