summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:34:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 15:37:58 +0100
commit3a279e855d99c569e0d8c2434f4f99f50cbc689e (patch)
tree4f8499e135ddb125db9f456c72e688a051d2dde8 /sync.profile
parent9430793f3f09d813ac201dd2563d8215835edd4f (diff)
downloadqttranslations-3a279e855d99c569e0d8c2434f4f99f50cbc689e.tar.gz
sync.profile: Point dependencies to 'refs/heads/stable'v5.0.0-rc2v5.0.0-rc1
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: I8eda77404c916d7cd5416eb28b0a54c68161f40a Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index c6e2253..955937a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,12 +5,12 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtscript" => "refs/heads/master",
- "qtsvg" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
- "qtactiveqt" => "refs/heads/master",
- "qttools" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtscript" => "refs/heads/stable",
+ "qtsvg" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtactiveqt" => "refs/heads/stable",
+ "qttools" => "refs/heads/stable",
);