summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:20:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 15:37:36 +0100
commitbaf51fb821d251a67e05fcee0b07c67ac8f9a652 (patch)
tree7299121670f09d56046e1134578b7fe0f98ca8c2
parent5277586c68e3232b5132bf65270f104c054a0409 (diff)
sync.profile: Point dependencies to 'refs/heads/stable'v5.0.0-rc1
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: I4a192ef6266d3e1a0c2c81679b7fa7a3658ac34c Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 62e92bc..cf013d9 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,5 +12,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
);