live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure

Failure should be quick to eliminate excessive buildd time and make
identification of failure easier (no more buried errors).
ubuntu/artful
Robert C Jennings 8 years ago
parent 166b5eb4b3
commit 01b476c0eb

1
debian/changelog vendored

@ -6,6 +6,7 @@ livecd-rootfs (2.441) UNRELEASED; urgency=medium
[ Robert Jennings ] [ Robert Jennings ]
* live-build/ubuntu-cpc/hooks/060-ipv6.chroot: remove faulty release * live-build/ubuntu-cpc/hooks/060-ipv6.chroot: remove faulty release
comparison prior to aa-series (LP: #1681548) comparison prior to aa-series (LP: #1681548)
* live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 10 Apr 2017 16:35:03 -0700 -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 10 Apr 2017 16:35:03 -0700

@ -12,4 +12,4 @@ fi
. config/functions . config/functions
# Cleaner execution # Cleaner execution
/bin/run-parts --regex ".*\.binary" "${extra_d}" /bin/run-parts --exit-on-error --regex ".*\.binary" "${extra_d}"

Loading…
Cancel
Save