summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-17 20:38:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 20:56:54 +0100
commitd140f99fa3052c8957b9247d9c6f9bf47c6c2a92 (patch)
tree42033e42575f37ad4eac67514fa2957e52178535
parent163b008b7531c3d5ed2b4f0403603ab4949eeb99 (diff)
point dependencies to 'release' branches
Change-Id: Id025dd987dc759941cc4022ee6814e8f599b562c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--sync.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index 9ad1263a..78673d95 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,12 +8,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",
- "qtscript" => "refs/heads/stable",
- "qtxmlpatterns" => "refs/heads/stable",
- "qtdeclarative" => "refs/heads/stable",
- "qtjsbackend" => "refs/heads/stable",
- "qtactiveqt" => "refs/heads/stable",
- "qttools" => "refs/heads/stable",
- "qtwebkit" => "refs/heads/stable",
+ "qtbase" => "refs/heads/release",
+ "qtscript" => "refs/heads/release",
+ "qtxmlpatterns" => "refs/heads/release",
+ "qtdeclarative" => "refs/heads/release",
+ "qtjsbackend" => "refs/heads/release",
+ "qtactiveqt" => "refs/heads/release",
+ "qttools" => "refs/heads/release",
+ "qtwebkit" => "refs/heads/release",
);