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:
parent
4bcb78e322
commit
2286f042ef
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user