mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-16 03:04:07 +00:00
Imported 2.525.31
No reason for CPC update specified.
This commit is contained in:
parent
7d167e9b77
commit
85a105fe10
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.525.31) bionic; urgency=medium
|
||||||
|
|
||||||
|
* magic-proxy: dump proxy log to stdout on failure (LP: #1847300)
|
||||||
|
|
||||||
|
-- Robert C Jennings <robert.jennings@canonical.com> Tue, 08 Oct 2019 11:00:07 -0500
|
||||||
|
|
||||||
livecd-rootfs (2.525.30) bionic; urgency=medium
|
livecd-rootfs (2.525.30) bionic; urgency=medium
|
||||||
|
|
||||||
[ Robert C Jennings ]
|
[ Robert C Jennings ]
|
||||||
|
@ -489,6 +489,12 @@ EOF
|
|||||||
if [ -e binary.success ]; then
|
if [ -e binary.success ]; then
|
||||||
rm -f binary.success
|
rm -f binary.success
|
||||||
else
|
else
|
||||||
|
# Dump the magic-proxy log to stdout on failure to aid debugging
|
||||||
|
if [ -f /build/livecd.magic-proxy.log ] ; then
|
||||||
|
echo "================= Magic proxy log (start) ================="
|
||||||
|
cat /build/livecd.magic-proxy.log
|
||||||
|
echo "================== Magic proxy log (end) =================="
|
||||||
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user