Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opensuse-bind-image for openSUSE:Factory checked in at 2022-11-21 15:30:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensuse-bind-image (Old) and /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-bind-image" Mon Nov 21 15:30:03 2022 rev:6 rq:1037033 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opensuse-bind-image/opensuse-bind-image.changes 2020-06-06 08:12:38.516493980 +0200 +++ /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.1597/opensuse-bind-image.changes 2022-11-21 15:30:28.604916701 +0100 @@ -1,0 +2,5 @@ +Fri Nov 18 15:58:53 UTC 2022 - Thorsten Kukuk <ku...@suse.com> + +- Enable debug mode only if DEBUG=1 is set + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ root.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/usr/local/bin/entrypoint.sh new/usr/local/bin/entrypoint.sh --- old/usr/local/bin/entrypoint.sh 2020-03-20 17:27:16.349756444 +0100 +++ new/usr/local/bin/entrypoint.sh 2022-11-18 16:56:48.302844181 +0100 @@ -1,6 +1,9 @@ #!/bin/bash set -e -set -x + +DEBUG=${DEBUG:-"0"} + +[ "${DEBUG}" = "1" ] && set -x DATA_DIR=/data BIND_USER=named