Accepting request 946923 from devel:kubic
- 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) OBS-URL: https://build.opensuse.org/request/show/946923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=18
This commit is contained in:
parent
8270fbfeb9
commit
208f057a15
4
_service
4
_service
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:243e0ef58258f95c2df84d5b072e75e3bfd1c6a840f9b17c46f0a76be8b12aed
|
||||
size 12132
|
3
microos-toolbox-2.3+git20220117.bd53c7c.tar.xz
Normal file
3
microos-toolbox-2.3+git20220117.bd53c7c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:067071a01047c7c49f52d6d54e3e2c356759b6ebc7a14480aacb839b59b7450b
|
||||
size 12140
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 09:48:54 UTC 2022 - kukuk@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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 14:43:54 UTC 2021 - kukuk@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user