Hello community,
here is the log from the commit of package appstream-glib for openSUSE:Factory
checked in at 2017-09-15 17:00:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
and /work/SRC/openSUSE:Factory/.appstream-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "appstream-glib"
Fri Sep 15 17:00:09 2017 rev:51 rq: version:0.7.2
Changes:
--------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-appstream-process ++++++
--- /var/tmp/diff_new_pack.XhWeuq/_old 2017-09-15 17:00:12.041677707 +0200
+++ /var/tmp/diff_new_pack.XhWeuq/_new 2017-09-15 17:00:12.045677143 +0200
@@ -17,12 +17,13 @@
--origin=appdata \
--basename=appdata \
--packages-dir=${SRC} \
- --output-dir=${DEST}
+ --output-dir=${DEST} 2>&1 | tee $TMPDIR/as-builder.log
RET=$?
if [ $RET -ne 0 ]; then
# The appstream-builder failed, exit with an error code, so prod builder
knows about it
+ cat $TMPDIR/as-builder.log
exit $RET
fi