debian-forge/osbuild
Christian Kellner 53f6c41917 osbuild: use osbuild_cli directly as main entry
Instead of having a another indirection via `main_cli`, directly
use `osbuild_cli` in as main function in `__main__.py`. Also use
that in as the entry point for the generated `osbuild` executable.
Change `osbuild_cli` to be self-contained, i.e. it directly uses
`sys.argv` and `sys.exit`.
2020-07-17 16:30:46 +01:00
..
util util/selinux: add gefilecon helper 2020-06-15 20:36:48 +02:00
__init__.py osbuild: extract CLI to prepare for additional entrypoints 2020-04-28 15:39:54 +02:00
__main__.py osbuild: use osbuild_cli directly as main entry 2020-07-17 16:30:46 +01:00
api.py osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
buildroot.py buildroot: grant CAP_MAC_ADMIN for labeling 2020-06-10 01:35:05 +02:00
loop.py loop: fix FD leak in mknod() 2020-04-21 13:02:29 +02:00
main_cli.py osbuild: use osbuild_cli directly as main entry 2020-07-17 16:30:46 +01:00
meta.py meta: also validate the schema for sources 2020-06-02 09:50:14 +02:00
objectstore.py pipeline: drop output_id and pull in output-directory 2020-05-28 11:16:15 +02:00
pipeline.py osbuild: remove ability to pass in secrets 2020-07-10 11:44:15 +02:00
remoteloop.py osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
sources.py osbuild: remove ability to pass in secrets 2020-07-10 11:44:15 +02:00
treesum.py treesum: don't use dir_fd parameter in os.scandir() 2019-11-29 00:45:14 +01:00