[Git][reproducible-builds/reproducible-presentations][master] 2 commits: move old talk to "proposed" section.

Vagrant Cascadian (@vagrant) gitlab at salsa.debian.org
Fri Jun 28 23:21:23 UTC 2024



Vagrant Cascadian pushed to branch master at Reproducible Builds / reproducible-presentations


Commits:
cce07c85 by Vagrant Cascadian at 2024-06-28T12:21:28-07:00
move old talk to "proposed" section.

- - - - -
cd135fc4 by Vagrant Cascadian at 2024-06-28T16:19:21-07:00
2024-07-11: Reproducible Builds in Guix: Very preliminary notes.

- - - - -


15 changed files:

- + 2024-07-11-Reproducible-Builds-in-Guix/explore
- 2020-05-LFNW-beyond-trusting-open-source-software/Beyond-Trusting-Open-Source-Software.org → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Beyond-Trusting-Open-Source-Software.org
- 2020-05-LFNW-beyond-trusting-open-source-software/Current_bootstrap_map.dot → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Current_bootstrap_map.dot
- 2020-05-LFNW-beyond-trusting-open-source-software/Makefile → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Makefile
- 2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrap_map.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrap_map.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.svg → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.svg
- 2020-05-LFNW-beyond-trusting-open-source-software/images/diffoscope.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/diffoscope.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.xcf → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.xcf
- 2020-05-LFNW-beyond-trusting-open-source-software/images/reprobuilds-display.jpeg → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/reprobuilds-display.jpeg
- 2020-05-LFNW-beyond-trusting-open-source-software/images/reproducible-builds.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/reproducible-builds.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/stats_pkg_state.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/stats_pkg_state.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/try.diffoscope.org.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/try.diffoscope.org.png
- 2020-05-LFNW-beyond-trusting-open-source-software/images/vagrantupsidedown.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/vagrantupsidedown.png


Changes:

=====================================
2024-07-11-Reproducible-Builds-in-Guix/explore
=====================================
@@ -0,0 +1,28 @@
+# 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
+


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/Beyond-Trusting-Open-Source-Software.org → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Beyond-Trusting-Open-Source-Software.org
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/Current_bootstrap_map.dot → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Current_bootstrap_map.dot
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/Makefile → proposed/2020-05-LFNW-beyond-trusting-open-source-software/Makefile
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrap_map.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrap_map.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.svg → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/bootstrappable.svg
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/diffoscope.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/diffoscope.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.xcf → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/r-b-projects.xcf
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/reprobuilds-display.jpeg → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/reprobuilds-display.jpeg
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/reproducible-builds.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/reproducible-builds.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/stats_pkg_state.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/stats_pkg_state.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/try.diffoscope.org.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/try.diffoscope.org.png
=====================================


=====================================
2020-05-LFNW-beyond-trusting-open-source-software/images/vagrantupsidedown.png → proposed/2020-05-LFNW-beyond-trusting-open-source-software/images/vagrantupsidedown.png
=====================================



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/compare/2011c4c8f6c8198f834a350d6f179e8476229b1a...cd135fc4150daa2b9a872a68f5432a1140d63aed

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/compare/2011c4c8f6c8198f834a350d6f179e8476229b1a...cd135fc4150daa2b9a872a68f5432a1140d63aed
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240628/ba979097/attachment.htm>


More information about the rb-commits mailing list