Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grafana-image for openSUSE:Factory 
checked in at 2026-01-14 16:24:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grafana-image (Old)
 and      /work/SRC/openSUSE:Factory/.grafana-image.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grafana-image"

Wed Jan 14 16:24:47 2026 rev:41 rq:1327214 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/grafana-image/grafana-image.changes      
2026-01-02 14:27:51.422806919 +0100
+++ /work/SRC/openSUSE:Factory/.grafana-image.new.1928/grafana-image.changes    
2026-01-14 16:25:12.886259648 +0100
@@ -1,0 +2,5 @@
+Wed Jan 14 08:57:04 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- make sure entrypoint script uses exception mode, fix fallout
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ run.sh ++++++
--- /var/tmp/diff_new_pack.Tlhoqj/_old  2026-01-14 16:25:13.626290581 +0100
+++ /var/tmp/diff_new_pack.Tlhoqj/_new  2026-01-14 16:25:13.634290917 +0100
@@ -1,4 +1,5 @@
-#!/bin/bash -e
+#!/bin/bash
+set -e
 
 PERMISSIONS_OK=0
 
@@ -26,14 +27,14 @@
 fi
 
 if [ ! -z ${GF_AWS_PROFILES+x} ]; then
-    > "$GF_PATHS_HOME/.aws/credentials"
+    :> "$GF_PATHS_HOME/.aws/credentials"
 
     for profile in ${GF_AWS_PROFILES}; do
         access_key_varname="GF_AWS_${profile}_ACCESS_KEY_ID"
         secret_key_varname="GF_AWS_${profile}_SECRET_ACCESS_KEY"
         region_varname="GF_AWS_${profile}_REGION"
 
-        if [ ! -z "${!access_key_varname}" -a ! -z "${!secret_key_varname}" ]; 
then
+        if [ ! -z "${!access_key_varname}" ] && [ ! -z 
"${!secret_key_varname}" ]; then
             echo "[${profile}]" >> "$GF_PATHS_HOME/.aws/credentials"
             echo "aws_access_key_id = ${!access_key_varname}" >> 
"$GF_PATHS_HOME/.aws/credentials"
             echo "aws_secret_access_key = ${!secret_key_varname}" >> 
"$GF_PATHS_HOME/.aws/credentials"

Reply via email to