From 3e21bfb18623a3ab9a9b31d489ae20f06e223c5d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 28 Jun 2013 16:54:51 +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. Change-Id: I6bf7bfaf03d8a999ed63167c487225eb7153a55a Reviewed-by: Jake Petroules Reviewed-by: Oswald Buddenhagen --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.profile b/sync.profile index 4a7e46b..d239307 100644 --- a/sync.profile +++ b/sync.profile @@ -3,5 +3,5 @@ ); %dependencies = ( - "qtbase" => "refs/heads/stable", + "qtbase" => "", ); -- cgit v1.2.3