summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-12 22:18:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-14 15:21:16 +0100
commite86c435f3f9a3ac88b3f3259ded57ef9758697af (patch)
treef97ae51dd545069e7781aa170b82ff8fff6e5ede
parentd23bd9b09e00a3ae4eea2a24c8b727084db2e7f7 (diff)
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: Ib08372b619eda3a1faf382f2fe44c3acc88f9e1f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index ccc4a15..26a853d 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,5 +5,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/stable",
+ "qtbase" => "refs/heads/dev",
);