mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-13 20:21:19 +00:00
live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.
(LP: #1687752)
This commit is contained in:
parent
b5bb3c3a6e
commit
2048477b0d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.408.12) xenial; 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:57:44 -0700
|
||||
|
||||
livecd-rootfs (2.408.11) xenial; urgency=medium
|
||||
|
||||
* Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
|
||||
|
@ -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