mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 10:44:26 +00:00
Import patches-unapplied version 2.408.12 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: f4c4fa3fcc4b5a9fff8a56c4bb21dada6239c0a0 New changelog entries: * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure. (LP: #1687752)
This commit is contained in:
parent
f4c4fa3fcc
commit
eea56e02ae
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
|
livecd-rootfs (2.408.11) xenial; urgency=medium
|
||||||
|
|
||||||
* Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
|
* Add `apt-get update` to ubuntu-cpc ppc64el builds so they use the new
|
||||||
|
@ -12,4 +12,4 @@ fi
|
|||||||
. /build/config/functions
|
. /build/config/functions
|
||||||
|
|
||||||
# Cleaner execution
|
# 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