1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 23:16:14 +01:00

improve help text for for build/shell/wipe

This commit is contained in:
Adrian Schröter 2019-11-28 10:21:05 +01:00
parent 4bcb78e322
commit 2286f042ef

View File

@ -6384,13 +6384,21 @@ Please submit there instead, or use --nodevelproject to force direct submission.
OPTS may be OPTS may be
osc shell --shell-cmd=COMMAND REPOSITORY ARCH --noinit # for faster run
--shell-cmd=COMMAND
To clean up the build environment run To clean up the build environment run
osc wipe [OPTS] osc wipe [OPTS]
osc wipe [OPTS] REPOSITORY ARCH osc wipe [OPTS] REPOSITORY ARCH
You may set the used VM type in oscrc already, but you can also overwrite it for example
with
--vm-type=chroot # for faster, but uncleaner and unsecure build
--vm-type=kvm # for clean and secure build
--vm-type=qemu # for slow cross architecture build using system emulator
# Note: # Note:
# Configuration can be overridden by envvars, e.g. # Configuration can be overridden by envvars, e.g.
# OSC_SU_WRAPPER overrides the setting of su-wrapper. # OSC_SU_WRAPPER overrides the setting of su-wrapper.