summaryrefslogtreecommitdiff
path: root/util/dependency_updater/tools/datasources/__init__.py
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@qt.io>2021-08-30 12:47:13 +0200
committerDaniel Smith <Daniel.Smith@qt.io>2022-02-21 07:58:56 +0000
commite527e1011fbf121225ee7bd1107c239998147e34 (patch)
tree48ea22f5ae52620990aae86db7dd0dd1d14e4323 /util/dependency_updater/tools/datasources/__init__.py
parent78e1cd38b6aa391989e4905ea128ab9ceea90d3b (diff)
downloadqtrepotools-e527e1011fbf121225ee7bd1107c239998147e34.tar.gz
Say hello to the new Dependency Update Utility
This replaces the script/bot at qt/qtqa/src/qtmoduleupdater with a more extensible utility. While this utility can be plugged into an automation host like Jenkins to act as a bot, it may also be used as a standalone tool to bring any repo's dependencies up-to-date with qt/qt5.git or dependency repo HEADs. See the included README.md for further description of capabilities, use cases and examples. Task-number: QTQAINFRA-4594 Change-Id: I6e21f90e410044561bfa4d0dfa72cd09687de321 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'util/dependency_updater/tools/datasources/__init__.py')
-rw-r--r--util/dependency_updater/tools/datasources/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/dependency_updater/tools/datasources/__init__.py b/util/dependency_updater/tools/datasources/__init__.py
new file mode 100644
index 0000000..c2daaf6
--- /dev/null
+++ b/util/dependency_updater/tools/datasources/__init__.py
@@ -0,0 +1,3 @@
+__all__ = ['gerrit_client']
+
+from .gerrit_client import create_gerrit_client