summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:30:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 16:18:03 +0100
commit515b9ee4933def526e47f987e608f3263fd1e329 (patch)
treee8961899298e3d54400450f98bc12568c26d842e
parentd2b5e049b58a126f1818c2ac934118fa8c0c3545 (diff)
downloadqtdoc-515b9ee4933def526e47f987e608f3263fd1e329.tar.gz
point dependencies to 'release' branches
Change-Id: Idd5b7cc4ae0076655ac2d4b7ae6f3d4578195780 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--sync.profile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sync.profile b/sync.profile
index 6d3be16a..2fac2ae7 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,11 +5,11 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
- "qtscript" => "refs/heads/stable",
- "qtsvg" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtscript" => "refs/heads/release",
+ "qtsvg" => "refs/heads/release",
+ "qtxmlpatterns" => "refs/heads/release",
+ "qttools" => "refs/heads/release",
+ "qtdeclarative" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
);