summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:33:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 16:06:25 +0100
commitc0581ff10fcdef29fd25c3f6d0cf0235243176d5 (patch)
tree4c56a6c650c2a8ee73fc72932c6b58bdac0b15e3 /sync.profile
parent6dcbd85dd35df94e7adbf5bd1e51e1db0dec5a22 (diff)
downloadqttools-c0581ff10fcdef29fd25c3f6d0cf0235243176d5.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: I25e8206d8df8f69ffc5c282487e5d8af22e6b690 Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sync.profile b/sync.profile
index a7c0427fc..5b4d9eea4 100644
--- a/sync.profile
+++ b/sync.profile
@@ -16,10 +16,10 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
- "qtactiveqt" => "refs/heads/master",
- "qtwebkit" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtactiveqt" => "refs/heads/stable",
+ "qtwebkit" => "refs/heads/stable",
);