summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-12 22:02:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 13:25:15 +0100
commitfb077ecd3b8cf99474d048918f52e855a4bd50d4 (patch)
treeb8cb18d73bc010b42979bd40372f20c0403808e1
parent2cb057efb696d1d784ae01edb197ec8547cafb93 (diff)
downloadqtxmlpatterns-fb077ecd3b8cf99474d048918f52e855a4bd50d4.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: Ie8c7f3a545166a2deb100bf8b4e93624f0b0f05a 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 5242ded..068db2b 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",
);