mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-26 02:11:15 +00:00
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).
This commit is contained in:
parent
166b5eb4b3
commit
01b476c0eb
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -6,6 +6,7 @@ livecd-rootfs (2.441) UNRELEASED; urgency=medium
|
||||
[ Robert Jennings ]
|
||||
* live-build/ubuntu-cpc/hooks/060-ipv6.chroot: remove faulty release
|
||||
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
|
||||
|
||||
|
@ -12,4 +12,4 @@ fi
|
||||
. config/functions
|
||||
|
||||
# Cleaner execution
|
||||
/bin/run-parts --regex ".*\.binary" "${extra_d}"
|
||||
/bin/run-parts --exit-on-error --regex ".*\.binary" "${extra_d}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user