From 3edd8d54da44dfca48c364b97c24967a540cfcea Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Wed, 27 Dec 2017 11:41:08 +0100 Subject: Remove sync.profile which is no longer used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sync.profile was checked in on 2016-07-29 and since then never changed. I asked Simo Fällt about its future: """ Sync.profile was used to declare ci dependencies between modules. Each and every Qt tmodule had its own sync.profile listing its had and soft dependendencies. I added that file for Pyside (when 5.6 was only branch), but soon after that, COIN stopped supporting that way of specifying dependencies. So in other words, that file is useless. """ Change-Id: I0a2aafd94a80542d94d8be44e0b322493fbc2d0c Reviewed-by: Simo Fält --- sync.profile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sync.profile diff --git a/sync.profile b/sync.profile deleted file mode 100644 index 9f28f73da..000000000 --- a/sync.profile +++ /dev/null @@ -1,19 +0,0 @@ -# Module dependencies. -# Every module that is required to build this module should have one entry. -# 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 = ( - "qttools" => "refs/heads/5.6", - "qtx11extras" => "refs/heads/5.6", - "qtsvg" => "refs/heads/5.6", - "qtmultimedia" => "refs/heads/5.6", - "qtdeclarative" => "refs/heads/5.6", - "qtxmlpatterns" => "refs/heads/5.6", - "qtbase" => "refs/heads/5.6", - "qtwebview" => "refs/heads/5.6", - "qtwebsockets" => "refs/heads/5.6", -); - -- cgit v1.2.3