From 75aff41f72a2e538ec62b97deaf1cb5e8afd64c5 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 24 May 2013 22:28:34 +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: Id7e1130333e71acca7120fc6dd99ae4152e48a86 Reviewed-by: Iikka Eklund --- sync.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sync.profile b/sync.profile index 1dc6dbe5..666e42ed 100644 --- a/sync.profile +++ b/sync.profile @@ -4,8 +4,8 @@ %moduleheaders = ( # restrict the module headers to those found in relative path ); %dependencies = ( - "qtbase" => "refs/heads/stable", - "qtxmlpatterns" => "refs/heads/stable", - "qtdeclarative" => "refs/heads/stable", - "qtjsbackend" => "refs/heads/stable", + "qtbase" => "", + "qtxmlpatterns" => "", + "qtdeclarative" => "", + "qtjsbackend" => "", ); -- cgit v1.2.3