summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-04 11:28:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:25:30 +0100
commit924373b39c3984c193807812c63ff96f2b22161a (patch)
treeee47b65b225596fc5ba43f8f93a8e7fac2586c12
parent447dfbcde77214aacfe940120fcfeb1af06cdeb9 (diff)
downloadqtgraphicaleffects-924373b39c3984c193807812c63ff96f2b22161a.tar.gz
sync.profile: Point dependencies to 'refs/heads/stable'
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: I8db5292f202bdaf11ae672f90d2ab5bc0cfe1b7f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--sync.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 7a7b549..7791f3b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,8 +5,8 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
- "qtdeclarative" => "refs/heads/master",
- "qtjsbackend" => "refs/heads/master",
- "qtxmlpatterns" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
+ "qtdeclarative" => "refs/heads/stable",
+ "qtjsbackend" => "refs/heads/stable",
+ "qtxmlpatterns" => "refs/heads/stable",
);