From e223e439a89959184a33144632eec2d67d5462f9 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 13 Dec 2012 11:05:35 +0100 Subject: point dependencies to stable branches Change-Id: I636d8446ed9c50f88b17784f2173ea69a362b2d4 Reviewed-by: Denis Dzyubenko Reviewed-by: Sergio Ahumada --- sync.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sync.profile b/sync.profile index 4207bde..a25a33d 100644 --- a/sync.profile +++ b/sync.profile @@ -15,8 +15,8 @@ $publicclassregexp = "QJsonDb.+"; # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/master", - "qtdeclarative" => "refs/heads/master", - "qtjsbackend" => "refs/heads/master", - "qtxmlpatterns" => "refs/heads/master", + "qtbase" => "refs/heads/stable", + "qtdeclarative" => "refs/heads/stable", + "qtjsbackend" => "refs/heads/stable", + "qtxmlpatterns" => "refs/heads/stable", ); -- cgit v1.2.3