From b80db2ddbec9a70d79e2f339ea557d4fb6976642 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 6 Aug 2013 20:23:59 +0200 Subject: sync.profile: Point dependencies to an empty string again Change-Id: Ia39c708722ad99b43d3aa2541eb22524ff819ebb Reviewed-by: Simon Hausmann --- sync.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 72c9ce5fa1..3efcbca8e1 100644 --- a/sync.profile +++ b/sync.profile @@ -18,7 +18,7 @@ # - 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/dev", - "qtxmlpatterns" => "refs/heads/dev", - "qtjsbackend" => "refs/heads/dev", + "qtbase" => "", + "qtxmlpatterns" => "", + "qtjsbackend" => "", ); -- cgit v1.2.3