Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • reproducible-builds/reproducible-presentations
1 result
Show changes
Commits on Source (2)
Showing
with 28 additions and 0 deletions
# search for packages reproducibility in other distros
https://ismypackagereproducibleyet.org/?pkg=PACKAGE
# embeds kernel version
guix challenge --verbose --diff=diffoscope readymedia
# embeds kernel version "compiled on: linux X.Y.Z-gnu"
guix challenge --verbose --diff=diffoscope cfunge
# timestamp in .pyc
guix challenge --verbose --diff=diffoscope phockup
# sort order in python .pyc due to use of frozenset
guix challenge --verbose didjvu
# sort ordering in python .pyc frozensets
guix challenge --verbose --diff=diffoscope mercurial
# https://issues.guix.gnu.org/30108 https://issues.guix.gnu.org/40316
guix challenge --verbose --diff=diffoscope nss
# intentionally injecting randomness to verify package ... e.g.
./configure --with-os-version=RANDOMNUMBER
guix build --no-grafts --check --keep-failed PACKAGE
guix build --rounds=2