summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:46:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 07:37:29 +0100
commit5b19e005f3e45507dd61ea1777d0acaf1ed107ee (patch)
tree690ba54e82daaca45d31bf0636474ddc06617e8e
parent3e5b10ab5a4b6be7e71dd03c601067908048eedd (diff)
point dependencies to 'release' branches
Change-Id: I473aac564e0fb971a0e95facf93a29005c6d4c0b Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--sync.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index 0ffe6b2..7d6b8ec 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/stable",
- "qtwebkit" => "refs/heads/stable",
- "qtscript" => "refs/heads/stable",
- "qtsvg" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtwebkit" => "refs/heads/release",
+ "qtscript" => "refs/heads/release",
+ "qtsvg" => "refs/heads/release",
+ "qtxmlpatterns" => "refs/heads/release",
+ "qtdeclarative" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
+ "qttools" => "refs/heads/release",
);