rebuilderd icon indicating copy to clipboard operation
rebuilderd copied to clipboard

Independent verification of binary packages - reproducible builds

Results 55 rebuilderd issues
Sort by recently updated
recently updated
newest added

To easily create integrations with rebuilderd it would be nice if the API endpoints would be documented and available somewhere.

enhancement

Somebody might want to run a rebuilder that follows the package index with a delay. An entity or organization could decide to run both a regular and a delayed rebuilder...

enhancement

Right now we only show the worker public key, it would be useful to display the builder name as well, if present.

enhancement

In extension to #12 there should be a tamper resistant log, similar to certificate transparency.

enhancement

This is the tracking issue for Arch Linux support. The list of current issues: - [x] only one worker may run at a time or they conflict with each other...

enhancement

Hi, I noticed that in https://github.com/kpcyrd/rebuilderd/tree/b015d16ea1e37924963c60c7a34ebf0d7d45504f/worker , worker containers need to be run with SYS_ADMIN. However, due to some security concerns, it would be hard for me to deploy with...

Taking pkgs specs of the form: ``` [ { "name": "zlib", "version": "1.3@q9jf8xl1gsfmx4f1jhqpdc11yf0w9gv4", "distro": "nixos", "suite": "core", "architecture": "x86_64", "input_url": "https://cache.nixos.org/q9jf8xl1gsfmx4f1jhqpdc11yf0w9gv4.narinfo", "artifacts": [ { "name": "zlib", "version": "1.3", "url": "https://cache.nixos.org/nar/1dv9dwz64z347s8b5s78lqrbgdl4xcm0l98zd9cm7jnz1ljd1gjy.nar.xz"...

For use with https://github.com/keszybz/fedora-repro-build

When I try to build a package manually using debrebuild.py, the script "rebuilder-debian.sh" fails. Reason: rebuilder-debian.sh internally invokes script as (for workers) --> **/debrebuild/**debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}" However,...

It would be nice if the status html page could include the output of "rebuildctl status" of each worker and rebuilderd itself, or maybe even the output of some script...