Delete the command-line tool and its supporting modules, now that this functionality lives in the standalone patch-manager package. Keep the modules that buildman still imports (commit and patchstream, plus their dependencies series, get_maintainer and settings), along with the stub command. Trim __init__.py to match. Signed-off-by: Simon Glass <sjg@chromium.org>
6 lines
120 B
Python
6 lines
120 B
Python
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
__all__ = [
|
|
'commit', 'get_maintainer', 'patchstream', 'series', 'settings',
|
|
]
|