[Git][reproducible-builds/reproducible-website][master] 6 commits: history: remove 404 link to addition to debhelper
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Fri Aug 23 15:16:29 UTC 2024
Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-website
Commits:
8b4afd53 by hulkoba at 2024-08-23T08:29:53+02:00
history: remove 404 link to addition to debhelper
- - - - -
b178ed76 by hulkoba at 2024-08-23T08:29:54+02:00
history: fix jenkins.debian.net link
- - - - -
f0b529c3 by hulkoba at 2024-08-23T08:29:54+02:00
history: fix debian bug link 739497
- - - - -
b8e560fc by hulkoba at 2024-08-23T08:29:54+02:00
history: fix soc application links
links point to the wiki.
- - - - -
17329510 by hulkoba at 2024-08-23T08:29:55+02:00
history: fix test statistics link
- - - - -
443a5514 by hulkoba at 2024-08-23T08:29:55+02:00
history: link strip-nondeterminism and SOURCE_DATE_EPOCH
- - - - -
1 changed file:
- _docs/history.md
Changes:
=====================================
_docs/history.md
=====================================
@@ -108,9 +108,8 @@ So instead, we had the idea of a new `.buildinfo` control file which
would be added to the archive alongside binary packages --- and be
uploaded by referencing them in `.changes`. We quickly drafted a
[specification](https://wiki.debian.org/ReproducibleBuilds/BuildinfoSpecification),
-and a couple of days later Niko Tyni came up with [an addition to
-debhelper](https://anonscm.debian.org/cgit/reproducible/debhelper.git/tree/dh_genbuildinfo?h=pu/reproducible_builds_2014&id=1543ea2535160bf9578149c681eb7ff324901471)
-which created a `.buildinfo` using the output of the aforementioned
+and a couple of days later Niko Tyni came up with an addition to
+debhelper which created a `.buildinfo` using the output of the aforementioned
`dh-buildinfo`.
## strip-nondeterminism
@@ -124,7 +123,8 @@ file could be used as the reference timestamp when needed.
This helped another idea: a generic tool that would post-process
different file formats to remove timestamps or other source of
non-determinism. Andrew Ayer further took the task of creating
-`strip-nondeterminism`. The first released version handled files
+[strip-nondeterminism]({{ "/tools#strip-nondeterminism" | relative_url }}).
+The first released version handled files
created by gzip, Zip, Jar, Javadoc, and `.a` files.
## Giving up on build paths
@@ -173,9 +173,9 @@ change.
## Improved comparison tool
-After `strip-nondeterminism` initial upload and integrating some
-more changes discussed during DebConf14 in DebianPts:dpkg and
-DebianPts:debhelper, Lunar [experimented with 172 core
+After [strip-nondeterminism]({{ "/tools#strip-nondeterminism" | relative_url }})
+initial upload and integrating some more changes discussed during DebConf14
+in DebianPts:dpkg and DebianPts:debhelper, Lunar [experimented with 172 core
packages](http://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20140915/000441.html).
30% were reproduced without further modifications.
@@ -186,8 +186,8 @@ inefficient shell scripts by structured Python with a HTML output.
## Continuous integration
-At the end of September 2014, Holger Levsen started to work on extending
-[jenkins.debian.net](Services/jenkins.debian.net) to perform
+At the end of September 2014, Holger Levsen started to work on
+[jenkins.debian.net](https://jenkins.debian.net/) to perform
continuous integration for build reproducibility. Packages from *sid*
started to be built and rebuild. This initially introduced variations
for time and file ordering, and was extended later on to also use
@@ -221,7 +221,7 @@ The presentation [Stretching out for trustworthy reproducible
builds](https://fosdem.org/2015/schedule/event/stretching_out_for_trustworthy_reproducible_builds/)
was well received at FOSDEM 2015 and was followed up by
-* [tracker.debian.org](https://tracker.debian.org) inclusion, see [739497](https://bug.debian.org/739497)
+* [tracker.debian.org](https://tracker.debian.org) inclusion, see [739497](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739497)
* [Debian Developer's Packages Overview](https://qa.debian.org/developer.php) (DDPO) inclusion
* debbindiff gained .rpm support
* [Debian Maintainer Dashbord](https://udd.debian.org/dmd/) inclusion
@@ -246,9 +246,9 @@ large.
During the summer of 2015 akira and Dhole will be working on moving
forward reproducible builds as a Google Summer of Code project. Follow
the links to check the accepted [akira's
-application](SummerOfCode2015/StudentApplications/MariaValentinaMarinRodrigues)
+application](https://wiki.debian.org/SummerOfCode2015/StudentApplications/MariaValentinaMarinRodrigues)
and [Dhole's
-application](SummerOfCode2015/StudentApplications/EduardSanou).
+application](https://wiki.debian.org/SummerOfCode2015/StudentApplications/EduardSanou).
Dhole also made a [blog post about how Dhole got into GSoC
2015](https://dhole.github.io/post/reproducible_builds_debian_gsoc2015/).
@@ -260,8 +260,9 @@ Short mention of Lunar's talk to be written here. Add links.
To be written: the first real life meeting of the Debian team. Talk
given, roundstable discussion, hacking session. Mentioned in several
-talks, incl DPL key note. `SOURCE_DATE_EPOCH` was invented around this
-time too.
+talks, incl DPL key note.
+[SOURCE_DATE_EPOCH]({{ "/docs/source-date-epoch" | relative_url }})
+was invented around this time too.
## Continous tests for Coreboot, OpenWrt, NetBSD, FreeBSD, Arch Linux and Fedora
@@ -295,7 +296,7 @@ Policy, 4.1.0.
* [2013-09-07](https://wiki.debian.org/ReproducibleBuilds/Rebuild20130907) by David Suárez. 24% of 5240 source packages reproducible. Variations: time, build path.
* [2014-01-26](https://wiki.debian.org/ReproducibleBuilds/Rebuild20140126) by David Suárez. 67% of 6887 source packages reproducible. Variations: time, build path.
* [2014-09-19](https://wiki.debian.org/ReproducibleBuilds/RebuildCore20140919) by Lunar, 30% of 172 source core packages reproducible. Variations: time, file order.
-* [Updated daily since 2014-09-28](https://reproducible.debian.net/userContent/reproducible.html) by jenkins.debian.net. On 2014-11-11, 13213 (61.4%) out of 21448 packages are reproducible.
+* [Updated daily since 2014-09-28](https://tests.reproducible-builds.org/debian/reproducible.html) by jenkins.debian.net. On 2014-11-11, 13213 (61.4%) out of 21448 packages are reproducible.
## Publicity
@@ -305,4 +306,3 @@ which we still need to migrate to reproducible-builds.org.
## Contributors
See this page for an [incomplete list of contributors so far]({{ "/who/people" | relative_url }}).
-
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/ac751e60052452e1b752f995b2b58100a53629bc...443a5514d01096dc5a6103132966c4c53a396ec5
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/ac751e60052452e1b752f995b2b58100a53629bc...443a5514d01096dc5a6103132966c4c53a396ec5
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/20240823/a7165046/attachment.htm>
More information about the rb-commits
mailing list