Hello community,

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

Package is "appstream-glib"

Fri Sep 15 15:12:38 2017 rev:49 rq:526064 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes    
2017-09-13 21:43:50.160221418 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes       
2017-09-15 15:12:39.421469777 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 11:35:44 UTC 2017 - [email protected]
+
+- Update openSUSE-appstream-process: exit early if as-builder does
+  not end with exit 0.
+
+-------------------------------------------------------------------

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

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


Reply via email to