Swamp the log with debug
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=51
This commit is contained in:
parent
a50541894b
commit
c43d0c2cf4
@ -17,12 +17,13 @@ TMPDIR=$(mktemp -d)
|
|||||||
--origin=appdata \
|
--origin=appdata \
|
||||||
--basename=appdata \
|
--basename=appdata \
|
||||||
--packages-dir=${SRC} \
|
--packages-dir=${SRC} \
|
||||||
--output-dir=${DEST}
|
--output-dir=${DEST} 2>&1 | tee $TMPDIR/as-builder.log
|
||||||
|
|
||||||
RET=$?
|
RET=$?
|
||||||
|
|
||||||
if [ $RET -ne 0 ]; then
|
if [ $RET -ne 0 ]; then
|
||||||
# The appstream-builder failed, exit with an error code, so prod builder knows about it
|
# The appstream-builder failed, exit with an error code, so prod builder knows about it
|
||||||
|
cat $TMPDIR/as-builder.log
|
||||||
exit $RET
|
exit $RET
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user