[elbe-devel] [PATCH v2 5/7] check-build: add --skip-build-source option for rebuild test
Torben Hohn
torben.hohn at linutronix.de
Thu Jan 14 18:07:40 CET 2021
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>
---
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)
--
2.20.1
More information about the elbe-devel
mailing list