script to create reports on Nix reproducibility https://reproducible.nixos.org
 
 
 
 
Go to file
Arnout Engelen bfb642b647
Formatting more friendly for narrow screens
2023-08-21 23:44:00 +02:00
src Formatting more friendly for narrow screens 2023-08-21 23:44:00 +02:00
.gitignore More docs in template 2023-05-02 09:41:34 +02:00
Cargo.lock update crates 2022-06-06 20:18:03 -04:00
Cargo.toml Add new CLI 2019-08-03 18:01:31 +02:00
LICENSE Create LICENSE 2019-07-20 17:05:17 -04:00
README.md add note about update-cpedict.sh 2023-06-02 09:14:33 +02:00
buildkite.yml Build a trivial example, plus the gnome iso 2021-02-09 13:34:08 -05:00
check.sh Add a third parameter 2023-07-24 20:36:11 +02:00
default.nix use regular diffoscope 2023-06-02 11:03:59 +02:00
shell.nix
upload.sh upload: don't invalidate 2022-06-06 09:49:29 -04:00

README.md

What is this?

This repo is the tooling and automation to generate the reports at https://reproducible.nixos.org, a website which tracks how reproducible the NixOS package builds are.

See https://reproducible-builds.org/ for information about why reproducible builds matter, other projects involved in the effort, and also a collection of tools and other information about reproducible builds.

How can I run this?

If you want to run it yourself, check out ./check.sh. It will need minor modifications (the rsync line) to complete successfully.

You may need to run update-cpedict.sh -f ~/.cache/sbomnix/cpes.csv manually periodically