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 2024-01-03 12:31:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grafana-image (Old)
 and      /work/SRC/openSUSE:Factory/.grafana-image.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grafana-image"

Wed Jan  3 12:31:27 2024 rev:3 rq:1136338 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/grafana-image/grafana-image.changes      
2023-10-02 20:05:34.892895112 +0200
+++ /work/SRC/openSUSE:Factory/.grafana-image.new.28375/grafana-image.changes   
2024-01-03 12:32:09.819207723 +0100
@@ -1,0 +2,5 @@
+Tue Jan  2 08:26:58 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- update year to 2024
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.6rhOYW/_old  2024-01-03 12:32:10.407229228 +0100
+++ /var/tmp/diff_new_pack.6rhOYW/_new  2024-01-03 12:32:10.411229374 +0100
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: Apache-2.0
 
-#     Copyright (c) 2023 SUSE LLC
+#     Copyright (c) 2024 SUSE LLC
 
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ run.sh ++++++
--- /var/tmp/diff_new_pack.6rhOYW/_old  2024-01-03 12:32:10.451230837 +0100
+++ /var/tmp/diff_new_pack.6rhOYW/_new  2024-01-03 12:32:10.455230983 +0100
@@ -70,14 +70,14 @@
     if [[ $plugin =~ .*\;.* ]]; then
         pluginUrl=$(echo "$plugin" | cut -d';' -f 1)
         pluginInstallFolder=$(echo "$plugin" | cut -d';' -f 2)
-        grafana-cli --pluginUrl ${pluginUrl} --pluginsDir 
"${GF_PATHS_PLUGINS}" plugins install "${pluginInstallFolder}"
+        grafana cli --pluginUrl ${pluginUrl} --pluginsDir 
"${GF_PATHS_PLUGINS}" plugins install "${pluginInstallFolder}"
     else
-        grafana-cli --pluginsDir "${GF_PATHS_PLUGINS}" plugins install 
${plugin}
+        grafana cli --pluginsDir "${GF_PATHS_PLUGINS}" plugins install 
${plugin}
     fi
   done
 fi
 
-exec grafana-server                                         \
+exec grafana server                                         \
   --homepath="$GF_PATHS_HOME"                               \
   --config="$GF_PATHS_CONFIG"                               \
   --packaging=docker                                        \

Reply via email to