From fb077ecd3b8cf99474d048918f52e855a4bd50d4 Mon Sep 17 00:00:00 2001
From: Sergio Ahumada <sergio.ahumada@digia.com>
Date: Wed, 12 Dec 2012 22:02:17 +0100
Subject: [PATCH] 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>
---
 sync.profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sync.profile b/sync.profile
index 5242dedb..068db2bd 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",
 );
-- 
GitLab