summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:32:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 15:37:48 +0100
commit66ef18ab81953d66445602266ed0caf83fcc1d9d (patch)
tree878fde8df14dabc9a899e800d747c6b475b13acf /sync.profile
parent2f1eac5f35466ee257eb5d4a61aa3a837d53b82a (diff)
downloadqtscript-66ef18ab81953d66445602266ed0caf83fcc1d9d.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: Ie7e29bea0648a3e3b106951615ba05ec4beefb0e 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 1b155a1..7067afc 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,6 +11,6 @@
# - 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",
);