iso build: fail build when pungi fails

This is fix for bug introduced in commit
ac856cca70.
release2
Marek Marczykowski 11 years ago
parent ac856cca70
commit ec03babdb2

@ -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…
Cancel
Save