[elbe-devel] [PATCH v2 5/7] check-build: add --skip-build-source option for rebuild test
Bastian Germann
bage at linutronix.de
Fri Jan 15 12:37:56 CET 2021
Am 14.01.21 um 18:07 schrieb Torben Hohn:
> When building from a bin cdrom, there are no sources available.
>
> Specify --skip-sources to avoid an error.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Side note: It would be great to have this implication noted in the man page.
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> elbepack/commands/check-build.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elbepack/commands/check-build.py b/elbepack/commands/check-build.py
> index 606b726e0..bb5591bf0 100644
> --- a/elbepack/commands/check-build.py
> +++ b/elbepack/commands/check-build.py
> @@ -615,4 +615,4 @@ exit 1
> class CheckRebuild(CheckBase):
>
> def run(self):
> - do("%s initvm submit bin-cdrom.iso" % elbe_exe)
> + do("%s initvm submit --skip-build-source bin-cdrom.iso" % elbe_exe)
>
More information about the elbe-devel
mailing list