iso build: fail build when pungi fails
This is fix for bug introduced in commit
ac856cca70
.
This commit is contained in:
parent
ac856cca70
commit
ec03babdb2
2
Makefile
2
Makefile
@ -137,7 +137,7 @@ update-repo-unstable:
|
||||
iso:
|
||||
ln -sf `pwd` /tmp/qubes-installer
|
||||
mkdir -p work
|
||||
pushd work; pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg; popd
|
||||
pushd work && pungi --name=Qubes $(PUNGI_OPTS) -c $(PWD)/conf/qubes-kickstart.cfg && popd
|
||||
./rpm_verify work/$(ISO_VERSION)/x86_64/os/Packages/*/*.rpm
|
||||
# Currently netinstall not supported
|
||||
rm work/$(ISO_VERSION)/x86_64/iso/*-netinst.iso
|
||||
|
Loading…
Reference in New Issue
Block a user