iso build: fail build when pungi fails

This is fix for bug introduced in commit
ac856cca70.
This commit is contained in:
Marek Marczykowski 2013-02-20 02:43:16 +01:00
parent ac856cca70
commit ec03babdb2

View File

@ -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