Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2017-09-15 16:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and      /work/SRC/openSUSE:Factory/.appstream-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appstream-glib"

Fri Sep 15 16:56:36 2017 rev:50 rq: version:0.7.2

Changes:
--------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-appstream-process ++++++
--- /var/tmp/diff_new_pack.i6y3rA/_old  2017-09-15 16:56:38.523708922 +0200
+++ /var/tmp/diff_new_pack.i6y3rA/_new  2017-09-15 16:56:38.523708922 +0200
@@ -19,9 +19,11 @@
   --packages-dir=${SRC}                                        \
   --output-dir=${DEST}
 
-if [ $? -ne 0 ]; then
+RET=$?
+
+if [ $RET -ne 0 ]; then
   # The appstream-builder failed, exit with an error code, so prod builder 
knows about it
-  exit 1
+  exit $RET
 fi
 
 # clean up TMPDIR again


Reply via email to