summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-12 23:18:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 14:44:49 +0100
commit2124c1654f5e280870fb2bf6039d67a1cea2c1a9 (patch)
tree2b87760211918f71d5e95fa434970e3047bf100f
parent86545f4c8c3e16b24f0ab2e31ec4512ccd81e95d (diff)
downloadqtscript-2124c1654f5e280870fb2bf6039d67a1cea2c1a9.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: I70b0244db87bd4a7023004bf50629bb790d6dfc2 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 1b155a1..bb6601f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,6 +11,6 @@
# - 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",
);