From 91f886b4591a68e07ad10fc21dbb5e746c507b59 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 8 May 2014 12:49:26 +0200 Subject: sync.profile: Point dependencies to an empty string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: I254a65207d37600be0157d8f53a45d59e55533a0 Reviewed-by: Jędrzej Nowacki Reviewed-by: Frederik Gladhorn --- sync.profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 7f05b34..8e2728b 100644 --- a/sync.profile +++ b/sync.profile @@ -8,10 +8,11 @@ # Each of the module version specifiers can take one of the following values: # - A specific Git revision. # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) +# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch) # %dependencies = ( - "qtbase" => "refs/heads/stable", - "qtdeclarative" => "refs/heads/stable", - "qtxmlpatterns" => "refs/heads/stable", + "qtbase" => "", + "qtdeclarative" => "", + "qtxmlpatterns" => "", ); -- cgit v1.2.1