From a9392d7d202b6d8356c23df51d6cd74f859768ca Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 4 Dec 2012 11:30:33 +0100 Subject: [PATCH] sync.profile: Point dependencies to 'refs/heads/stable' We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I87de49aae6ab2b213c4829931dd3e6564262673b Reviewed-by: Janne Anttila --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index ed2a91a..b877e95 100644 --- a/sync.profile +++ b/sync.profile @@ -15,5 +15,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/stable", );