Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package toolbox for openSUSE:Factory checked in at 2024-07-05 19:45:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/toolbox (Old) and /work/SRC/openSUSE:Factory/.toolbox.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "toolbox" Fri Jul 5 19:45:01 2024 rev:26 rq:1185366 version:2.3+git20240704.84ec25e Changes: -------- --- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes 2023-10-30 22:09:56.950365741 +0100 +++ /work/SRC/openSUSE:Factory/.toolbox.new.2080/toolbox.changes 2024-07-05 19:49:22.942408557 +0200 @@ -1,0 +2,6 @@ +Thu Jul 04 09:45:43 UTC 2024 - [email protected] + +- Update to version 2.3+git20240704.84ec25e: + * toolbox: use correct container state tense in msg + +------------------------------------------------------------------- Old: ---- microos-toolbox-2.3+git20231030.3a6ef35.tar.xz New: ---- microos-toolbox-2.3+git20240704.84ec25e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ toolbox.spec ++++++ --- /var/tmp/diff_new_pack.zjE4mo/_old 2024-07-05 19:49:23.638434149 +0200 +++ /var/tmp/diff_new_pack.zjE4mo/_new 2024-07-05 19:49:23.642434297 +0200 @@ -1,7 +1,7 @@ # # spec file for package toolbox # -# 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 @@ -17,7 +17,7 @@ Name: toolbox -Version: 2.3+git20231030.3a6ef35 +Version: 2.3+git20240704.84ec25e Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.zjE4mo/_old 2024-07-05 19:49:23.682435767 +0200 +++ /var/tmp/diff_new_pack.zjE4mo/_new 2024-07-05 19:49:23.686435915 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/microos-toolbox.git</param> - <param name="changesrevision">3a6ef35d392295752584e7e888c4469b53eed7ee</param> + <param name="changesrevision">84ec25e7dd2f6c0677c5e91d8de7f9dbc4e9fa19</param> </service> </servicedata> (No newline at EOF) ++++++ microos-toolbox-2.3+git20231030.3a6ef35.tar.xz -> microos-toolbox-2.3+git20240704.84ec25e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/microos-toolbox-2.3+git20231030.3a6ef35/toolbox new/microos-toolbox-2.3+git20240704.84ec25e/toolbox --- old/microos-toolbox-2.3+git20231030.3a6ef35/toolbox 2023-10-30 14:37:45.000000000 +0100 +++ new/microos-toolbox-2.3+git20240704.84ec25e/toolbox 2024-07-04 11:44:56.000000000 +0200 @@ -47,7 +47,7 @@ } create() { - local msg="create" + local msg="created" if ! container_exists; then if ! image_exists || [ -z "$NO_PULL" ]; then image_pull @@ -68,7 +68,7 @@ else echo "Container '$TOOLBOX_NAME' already exists. Trying to start..." echo "(To remove the container and start with a fresh toolbox, run: $CLI rm '$TOOLBOX_NAME')" - msg="start" + msg="started" fi local state @@ -115,7 +115,7 @@ ${SUDO} $CLI exec --user root "${TOOLBOX_NAME}" rm "${tmp_user_setup}" fi - echo "Container ${msg}ed." + echo "Container ${msg}." } run() {
