-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
query rebuild results and renovate pr integration #421
Comments
great job, I like what you did, we need to work together further |
first try at providing a reporting on dependencies: https://maven.apache.org/plugins-archives/maven-artifact-plugin-LATEST/reproducible-central.html , tracked as https://issues.apache.org/jira/browse/MARTIFACT-81 on the pure API front, I did an initial try by generating |
shields.io badge now available: https://shields.io/badges/reproducible-central-artifact and used by report https://maven.apache.org/plugins/maven-artifact-plugin/reproducible-central-mojo.html |
Hi,
I'm a big fan of the work that is done in
reproducible-central
and the idea of reproducible builds in general.I created a small project for an initial integration of
reproducible-central
into Renovate PRs.Link: https://github.com/PhilippHeuer/jvm-repo-rebuild-index (written in Go)
Example PR: PhilippHeuer/renovate-test#8
Configuration:
The objective of this project was to:
group/artifact/version
(by maven coordinates)project missing
,verification pending
,reproducible
,not reproducible
)reproducible-central
This first version generates static json files for all projects in
reproducible-central
and serves them via GitHub pages.Additionally, it contains a few api endpoints for the dynamic PR badge. (selfhosted, requires logic so static json doesn't work)
I think it would be awesome to have an official API to integrate
jvm-repo-rebuild
results into Renovate, Dependabot, ... (this could enable a native integrations in the future)Maybe this project can serve as a starting point for that (either as reference or to mature into something official), I would love to hear your thoughts on this project / idea.
The text was updated successfully, but these errors were encountered: