summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:15:06 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-14 12:18:33 +0000
commit588370ed0a7cf6fe2858726baf1d1f16b291fc63 (patch)
treeda7a4b5c08ae19f5470b7ee788fbef28b25ddd8f /sync.profile
parent54418787561deb3b4ed89ec8f3b06565d3568659 (diff)
downloadqtdoc-588370ed0a7cf6fe2858726baf1d1f16b291fc63.tar.gz
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: Ie52771b596d5aecb811b8570e5d2af9500cdda31 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sync.profile b/sync.profile
index 736ba271..6d035bc5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,10 +1,2 @@
-# 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 = (
- "qtbase" => "",
+%modules = ( # path to module name map
);