aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:29:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 15:43:01 +0100
commit0beb478b7f4c50f6b57cdc164ffe8029d2895149 (patch)
treee8ca4175835babdf9dec3b5252bf69aa7348d53d
parent260898f36d039dd2aaa3e627e4985d52f50ca448 (diff)
point dependencies to 'release' branches
Change-Id: Iac26a66556eed1428a36cf7288167594a67e3590 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index bddfd0f7f3..aa5cc8ff2a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -17,7 +17,7 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtxmlpatterns" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
);