mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-24 20:01:14 +00:00
live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure. (LP: #1687752)
This commit is contained in:
parent
cc04805c04
commit
c1b8828c99
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.435.3) yakkety; urgency=medium
|
||||
|
||||
* live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.
|
||||
(LP: #1687752)
|
||||
|
||||
-- Robert C Jennings <robert.jennings@canonical.com> Tue, 09 May 2017 13:49:48 -0700
|
||||
|
||||
livecd-rootfs (2.435.2) yakkety; urgency=medium
|
||||
|
||||
[ Chris Glass ]
|
||||
|
@ -12,4 +12,4 @@ fi
|
||||
. /build/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