Commits (2)
......@@ -22,7 +22,7 @@ Vagrant Cascadian updated reprotest 0.7.21 https://git.savannah.gnu.org/cgit/gui
* [forwarded 1017475](https://github.com/executablebooks/sphinx-panels/pull/82)
* Vagrant Cascadian submitted patch fixing build path issue in u-boot https://lists.denx.de/pipermail/u-boot/2022-August/492156.html
* Vagrant Cascadian submitted patch fixing build path issue in u-boot https://lists.denx.de/pipermail/u-boot/2022-August/492156.html which lead to Rasmus Villemoes submitting a patch https://gcc.gnu.org/pipermail/gcc-patches/2022-August/600491.html to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93371
* Vagrant Cascadian submitted a patch to guix to fix mm-common https://issues.guix.gnu.org/57304
......@@ -44,7 +44,7 @@ though both not for i386 (ncurses, unreproducible) and armhf (sed, FTBFS)
* it has become super easy to reproducibly bootstrap Debian using `mmdebstrap`:
<code>
$ SOURCE_DATE_EPOCH=$(date +%s) mmdebstrap unstable > unstable.tar
$ SOURCE_DATE_EPOCH=$(date --utc --date=2022-08-29 +%s) mmdebstrap unstable > unstable.tar
</code>
This works at least for unstable, bullseye and bookworm and is tested automatically using
jenkins jobs like https://jenkins.debian.net/job/reproducible_mmdebstrap_bullseye/
......