Remove trailing whitespaces

This commit is contained in:
Daniel Juarez 2022-02-10 15:17:33 +01:00 committed by Tomas Kopecek
parent 187975ae7e
commit 8fa3e413e0

View file

@ -323,10 +323,10 @@ Calling the build itself is a matter of simple CLI call:
$ koji dud-build dud-build-tag --scmurl=git+https://my.git/image-descriptions#master myamazingdud 1 package1 package2
The command options allows to bring all the package dependencies into the DUD
ISO with ``--alldeps``. ``--scmurl`` allows to include non-RPM related content
The command options allows to bring all the package dependencies into the DUD
ISO with ``--alldeps``. ``--scmurl`` allows to include non-RPM related content
inside the produced ISO.
Similarly to other image tasks, alternative architecture failures can be
ignored for successful build by ``--can-fail`` option. ``--arch`` can be used
ignored for successful build by ``--can-fail`` option. ``--arch`` can be used
to limit build tag architectures.