Accepting request 1145573 from home:ojkastl_buildservice:Branch_devel_tools_building
update to 0.6.0 OBS-URL: https://build.opensuse.org/request/show/1145573 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=25
This commit is contained in:
parent
3df0d1a036
commit
05b471ba98
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.5.10</param>
|
<param name="revision">v0.6.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||||
<param name="changesrevision">93fe476847e22d8678bc141149e8bd1a3614bcee</param></service></servicedata>
|
<param name="changesrevision">8269921eb8563a40c977b723c062980574d8d3ad</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:516a5bb5ab038d0b89091289223669a22a56de779ff4c341a7e34c6062191c8b
|
|
||||||
size 4359692
|
|
3
melange-0.6.0.obscpio
Normal file
3
melange-0.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:adcb64e8be90aa2ac6ffa0f84fc12356db24c01db1c0fcc8336432096cf56125
|
||||||
|
size 4368396
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 07:07:57 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 0.6.0:
|
||||||
|
* Split pkg/container up into smaller packages
|
||||||
|
* Mostly fix interactive interrupt signal handling
|
||||||
|
* Do more cleanup with --rm
|
||||||
|
* Continue interactive execution on exit 0
|
||||||
|
* go fmt
|
||||||
|
* update dario/mergo
|
||||||
|
* move runner determination to pkg/cli
|
||||||
|
* Make debugging melange builds less terrible
|
||||||
|
* fix go-build example
|
||||||
|
* Make it easier to find docs-repo on ci failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 08 20:06:17 UTC 2024 - opensuse_buildservice@ojkastl.de
|
Thu Feb 08 20:06:17 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: melange
|
name: melange
|
||||||
version: 0.5.10
|
version: 0.6.0
|
||||||
mtime: 1707336125
|
mtime: 1707536568
|
||||||
commit: 93fe476847e22d8678bc141149e8bd1a3614bcee
|
commit: 8269921eb8563a40c977b723c062980574d8d3ad
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: melange
|
Name: melange
|
||||||
Version: 0.5.10
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build APKs from source code
|
Summary: Build APKs from source code
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8bf5b0f8df4d557564a5f05fc41c534a0fbc0e18076fc2cf25f67f2893116ac8
|
oid sha256:89b49ae6d8c65baf848cb293ff6b95ddaea978e8a40734aebfa3ab761099bf77
|
||||||
size 12361489
|
size 12392014
|
||||||
|
Loading…
Reference in New Issue
Block a user