Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package toolbox for openSUSE:Factory checked 
in at 2022-01-20 00:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/toolbox (Old)
 and      /work/SRC/openSUSE:Factory/.toolbox.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "toolbox"

Thu Jan 20 00:12:00 2022 rev:18 rq:946923 version:2.3+git20220117.bd53c7c

Changes:
--------
--- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes  2021-11-27 
00:51:32.522756973 +0100
+++ /work/SRC/openSUSE:Factory/.toolbox.new.1892/toolbox.changes        
2022-01-20 00:12:32.474589176 +0100
@@ -1,0 +2,7 @@
+Mon Jan 17 09:48:54 UTC 2022 - ku...@suse.com
+
+- Update to version 2.3+git20220117.bd53c7c:
+  - Fixes error where if custom image is used toolbox will download
+    the default image before entering an existing container. (#40)
+
+-------------------------------------------------------------------

Old:
----
  microos-toolbox-2.2+git20211124.09791b1.tar.xz

New:
----
  microos-toolbox-2.3+git20220117.bd53c7c.tar.xz

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

Other differences:
------------------
++++++ toolbox.spec ++++++
--- /var/tmp/diff_new_pack.qxu5sE/_old  2022-01-20 00:12:33.062589651 +0100
+++ /var/tmp/diff_new_pack.qxu5sE/_new  2022-01-20 00:12:33.066589653 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package toolbox
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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.2+git20211124.09791b1
+Version:        2.3+git20220117.bd53c7c
 Release:        0
 Summary:        Script to start a toolbox container for system debugging
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qxu5sE/_old  2022-01-20 00:12:33.134589709 +0100
+++ /var/tmp/diff_new_pack.qxu5sE/_new  2022-01-20 00:12:33.138589712 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">2.2</param>
-    <param name="versionformat">2.2+git%cd.%h</param>
+    <param name="version">2.3</param>
+    <param name="versionformat">2.3+git%cd.%h</param>
     <param 
name="url">git://github.com/kubic-project/microos-toolbox.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.qxu5sE/_old  2022-01-20 00:12:33.170589738 +0100
+++ /var/tmp/diff_new_pack.qxu5sE/_new  2022-01-20 00:12:33.178589744 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">git://github.com/kubic-project/microos-toolbox.git</param>
-    <param 
name="changesrevision">70d47d0be3c46a0c903d98950a80abf5c771d416</param>
+    <param 
name="changesrevision">bd53c7cb8a7ac4e0edd8e11b28b2de10d30f7308</param>
  </service>
 </servicedata>
 (No newline at EOF)

++++++ microos-toolbox-2.2+git20211124.09791b1.tar.xz -> 
microos-toolbox-2.3+git20220117.bd53c7c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-toolbox-2.2+git20211124.09791b1/toolbox 
new/microos-toolbox-2.3+git20220117.bd53c7c/toolbox
--- old/microos-toolbox-2.2+git20211124.09791b1/toolbox 2021-11-24 
15:37:02.000000000 +0100
+++ new/microos-toolbox-2.3+git20220117.bd53c7c/toolbox 2022-01-17 
10:46:19.000000000 +0100
@@ -64,14 +64,14 @@
 }
 
 create() {
-    if ! image_exists; then
-        image_pull
-    fi
-
     local msg="creat"
-    local runlabel
-    runlabel=$(image_runlabel) ||:
     if ! container_exists; then
+        if ! image_exists; then
+            image_pull
+        fi
+        local runlabel
+        runlabel=$(image_runlabel) ||:
+       
         echo "Spawning a container '$TOOLBOX_NAME' with image '$TOOLBOX_IMAGE'"
         if [[ -z "$runlabel" ]]; then
             container_create

Reply via email to