From f30159132c2c486508d227fc7d5615e032df6f68 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 24 May 2013 22:29:20 +0200 Subject: sync.profile: Point dependencies to an empty string This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Ibb0cf31b90d04f280691859d66486803ff58cc78 Reviewed-by: Iikka Eklund --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 68c7725..a1e480d 100644 --- a/sync.profile +++ b/sync.profile @@ -3,5 +3,5 @@ ); %dependencies = ( - "qtbase" => "refs/heads/stable", + "qtbase" => "", ); -- cgit v1.2.1