summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-12 23:50:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 15:54:19 +0100
commitf88807e62f48c0e4f714a40d306e1ed0caaa932a (patch)
treee1c2ed6104fe7147f0354f2d16422d54009f1781
parent088be6d8c08cfdf54af0a857f766c9632b14a30b (diff)
downloadqtsvg-f88807e62f48c0e4f714a40d306e1ed0caaa932a.tar.gz
sync.profile: Point dependencies to 'refs/heads/dev'
We should test dev branches against dev branches only by default. At some point we should automate the merges from release->stable->dev and/or decide how to handle possible conflicts. This is good enough for the time being. Change-Id: I3911d7fdb41edce772eaebf0e6ed1e2a81515509 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index f8ac926..f0fe925 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,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/dev",
);