Accepting request 1185223 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1185223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/melange?expand=0&rev=26
This commit is contained in:
commit
b06bdfea5e
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.9.0</param>
|
||||
<param name="revision">v0.10.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="changesrevision">2923188101d8fb20495e119850ad266d865cb8cd</param></service></servicedata>
|
||||
<param name="changesrevision">d95b4d0e60977205af9dff4dabeb07abedb30c18</param></service></servicedata>
|
3
melange-0.10.1.obscpio
Normal file
3
melange-0.10.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3912bcf7286800e3bd3a30974c1d0d3372cde25edbaca51f37eab09efc7b9f56
|
||||
size 4482572
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1596873e18f205a6127d6acaf2e541d88baf8fddfca57613300e6618ac537a67
|
||||
size 4429324
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 19:01:03 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.10.1:
|
||||
* update unit test
|
||||
* support var-transforms in subpackage names
|
||||
* go mod tidy
|
||||
* no typo
|
||||
* use apko Authenticator
|
||||
* Revert "Use current user's ID when building via Docker"
|
||||
* build(deps): bump github.com/docker/docker
|
||||
* build(deps): bump dagger.io/dagger from 0.11.6 to 0.11.9
|
||||
* build(deps): bump github.com/docker/cli
|
||||
* Update import.yaml
|
||||
* add tests, fix up script
|
||||
* add tests, fix up script
|
||||
* wolfictl bump : handled mangled vars in updateGitCheckout tags
|
||||
* Fix ${{host.triplet.rust}} default value
|
||||
* Add opts to make-install pipeline
|
||||
* Fail on invalid pipeline inputs
|
||||
* python/import pipeline allow setting python binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 03 16:33:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.10.0:
|
||||
* debug: Populate history file via mounts
|
||||
* Add git-cherry-pick pipeline (#1278)
|
||||
* convert some Infofs to Warnfs
|
||||
* log it real good
|
||||
* log the world-writeable file
|
||||
* update docs
|
||||
* enforce some more lint checks
|
||||
* fix stupid bug in linter logging
|
||||
* Restore signalcontext
|
||||
* feat - add flag to go/build to run go mod tidy (#1303)
|
||||
* prevent nil pointer
|
||||
* update schema.json
|
||||
* stable sorted defaults
|
||||
* fix lint findings
|
||||
* prevent nil pointer
|
||||
* fix test
|
||||
* fix tests
|
||||
* review feedback
|
||||
* some small improvements
|
||||
* rewrite linting
|
||||
* build(deps): bump github.com/chainguard-dev/yam from 0.0.8 to
|
||||
0.0.9
|
||||
* build(deps): bump ko-build/setup-ko from 0.6 to 0.7
|
||||
* fix tempdir linter
|
||||
* git-checkout - do not allow both branch and tag to be
|
||||
specified.
|
||||
* build(deps): bump google.golang.org/api from 0.184.0 to 0.185.0
|
||||
* build(deps): bump github.com/github/go-spdx/v2 from 2.2.0 to
|
||||
2.3.1
|
||||
* build(deps): bump github.com/chainguard-dev/clog from 1.3.1 to
|
||||
1.4.0
|
||||
* lint: support linting existence of info dirs
|
||||
* Make melange-test-pipelines call make test-e2e
|
||||
* Make running the git-checkout via melange not emit WARN
|
||||
messages.
|
||||
* Clean up git-checkout-build-test.yaml, fix depth test.
|
||||
* create-git-repo more standalone config, do not write to stderr
|
||||
* Rename test-git-checkout and put create-git-repo in
|
||||
test-fixtures.
|
||||
* Add test-e2e target to Makefile
|
||||
* Run make docs-repo
|
||||
* compile: Fix miscompilation of subpkg tests
|
||||
* Pipelines should inherit workdir from parents
|
||||
* git-checkout: fix recurse='true' does nothing
|
||||
* Use current user's ID when building via Docker
|
||||
* Add test for PreserveBaseURI
|
||||
* Add flag to preserve original PyPi URIs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 04:44:58 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.9.0
|
||||
mtime: 1718746549
|
||||
commit: 2923188101d8fb20495e119850ad266d865cb8cd
|
||||
version: 0.10.1
|
||||
mtime: 1720022606
|
||||
commit: d95b4d0e60977205af9dff4dabeb07abedb30c18
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.9.0
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Build APKs from source code
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5654afcfbcabbddcbb2366d7963937602dcecf1cc3efc23526788b53333fc511
|
||||
size 9685244
|
||||
oid sha256:3fd993635a08ecea42569d861fa34991ad54a241b41e9b3885b92611ace03cf2
|
||||
size 9937485
|
||||
|
Loading…
Reference in New Issue
Block a user