From 0f146689e6fb53762123c3e8a44fc6c8e71492ba Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 4 Dec 2012 11:32:53 +0100 Subject: 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: I49f7f2a610aa586170b5f51089cb5479bf5d9b82 Reviewed-by: Janne Anttila --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index f8ac926..915cf73 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/stable", ); -- cgit v1.2.1