From eea56e02ae121482387ddc2206bc27de53f2627c Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Tue, 9 May 2017 13:57:44 -0700 Subject: [PATCH] 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) --- debian/changelog | 7 +++++++ live-build/ubuntu-cpc/hooks/999-extras.binary | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 587f1298..fcd9de64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/ubuntu-cpc/hooks/999-extras.binary b/live-build/ubuntu-cpc/hooks/999-extras.binary index ffc7c691..e45b8e0c 100755 --- a/live-build/ubuntu-cpc/hooks/999-extras.binary +++ b/live-build/ubuntu-cpc/hooks/999-extras.binary @@ -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}"