Hello community,

here is the log from the commit of package opensuse-tumbleweed-image for 
openSUSE:Factory checked in at 2020-02-04 19:51:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
 and      /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensuse-tumbleweed-image"

Tue Feb  4 19:51:41 2020 rev:9 rq:769965 version:1.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
      2019-08-15 12:30:12.030447868 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.26092/opensuse-tumbleweed-image.changes
   2020-02-04 19:52:00.981274814 +0100
@@ -1,0 +2,9 @@
+Tue Feb  4 11:08:29 UTC 2020 - Fabian Vogt <fv...@suse.com>
+
+- Drop call of suseSetupProduct in config.sh, it needs find which
+  isn't installed anymore. Setting up baseproduct is done by the
+  release package's %post script already.
+- Replace find call in config.sh with glob expansion
+- Use set -x
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.1MYZwN/_old  2020-02-04 19:52:01.797275290 +0100
+++ /var/tmp/diff_new_pack.1MYZwN/_new  2020-02-04 19:52:01.797275290 +0100
@@ -14,16 +14,11 @@
 test -f /.kconfig && . /.kconfig
 test -f /.profile && . /.profile
 
-set -euo pipefail
+set -euxo pipefail
 
 echo "Configure image: [$kiwi_iname]..."
 
 #======================================
-# Setup baseproduct link
-#--------------------------------------
-suseSetupProduct
-
-#======================================
 # Import repositories' keys
 #--------------------------------------
 suseImportBuildKey
@@ -47,7 +42,8 @@
 #======================================
 # Remove locale files
 #--------------------------------------
-find /usr/share/locale -name '*.mo' -delete
+shopt -s globstar
+rm -f /usr/share/locale/**/*.mo
 
 # Remove zypp uuid (bsc#1098535)
 rm -f /var/lib/zypp/AnonymousUniqueId


Reply via email to