aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-12-27 11:41:08 +0100
committerChristian Tismer <tismer@stackless.com>2017-12-28 10:19:20 +0000
commit3edd8d54da44dfca48c364b97c24967a540cfcea (patch)
tree9f4df118f08a88713e40dec7c444b260ff17028f
parenta18994c2ff7836a5b6998f6aee24583d920dad80 (diff)
Remove sync.profile which is no longer used
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 <simo.falt@qt.io>
-rw-r--r--sync.profile19
1 files changed, 0 insertions, 19 deletions
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",
-);
-