Commit 73c4a2e0 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Replace inline markdown with HTML.

parent c8e8663f
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@
  - title: Arch Linux minimal container userland
    image: "archlinux.png"
    url: https://lists.reproducible-builds.org/pipermail/rb-general/2024-March/003301.html
    summary: Reproducible builds developer *kpcyrd* reported that that the <a href="https://archlinux.org/">Arch Linux</a> "minimal container userland" <a href="https://lists.reproducible-builds.org/pipermail/rb-general/2024-March/003301.html">is now 100% reproducible</a>.
    summary: Reproducible builds developer <em>kpcyrd</em> reported that that the <a href="https://archlinux.org/">Arch Linux</a> "minimal container userland" <a href="https://lists.reproducible-builds.org/pipermail/rb-general/2024-March/003301.html">is now 100% reproducible</a>.
    blog: "reports/2024-03#arch-linux-minimal-container-userland-now-100-reproducible"
  - title: NixOS installation image
    image: "nixos.png"
    url: https://discourse.nixos.org/t/nixos-reproducible-builds-minimal-installation-iso-successfully-independently-rebuilt/34756
    summary: On the <a href="https://discourse.nixos.org/t/nixos-reproducible-builds-minimal-installation-iso-successfully-independently-rebuilt/34756">NixOS Discourse instance</a>, Arnout Engelen (*raboof*) announced that NixOS have created an independent, bit-for-bit identical rebuilding of the `nixos-minimal` image that is used to install NixOS.
    summary: On the <a href="https://discourse.nixos.org/t/nixos-reproducible-builds-minimal-installation-iso-successfully-independently-rebuilt/34756">NixOS Discourse instance</a>, Arnout Engelen (<em>raboof</em>) announced that NixOS have created an independent, bit-for-bit identical rebuilding of the `nixos-minimal` image that is used to install NixOS.
    blog: "reports/2023-10#nixos-installation-image-reproducible"
  - title: Yocto Project's core metadata (OpenEmbedded-Core)
    image: "yoctoproject.png"
@@ -37,7 +37,7 @@
  - title: Debian
    image: "debian.png#right"
    url: https://debian.org/
    summary: In <a href="https://debian.org/">Debian</a>, the `essential` and `required` package sets became 100% reproducible in Debian *bookworm* on the `amd64` and `arm64` architectures.
    summary: In <a href="https://debian.org/">Debian</a>, the <code>essential</code> and <code>required</code> package sets became 100% reproducible in Debian *bookworm* on the `amd64` and `arm64` architectures.
    blog: "reports/2022-08#debian"
  - title: Reproducible Builds for Bullseye, Bookworm and beyond
    slides: true
@@ -68,5 +68,5 @@
  - title: Scala
    image: "scala.png"
    url: https://www.scala-lang.org/
    summary: The first non-trivial library written in the <a href="https://www.scala-lang.org/">Scala</a> programming language on the <a href="https://reproducible-builds.org/docs/jvm/">Java Virtual Machine</a> was released with Arnout Engelen's <a href="https://github.com/raboof/sbt-reproducible-builds">`sbt-reproducible-builds`</a> plugin enabled during the build. This resulted in <a href="https://akka.io/blog/news/2019/04/03/akka-2.5.22-released">Akka 2.5.22</a> becoming reproducible, both for the artifacts built with version <a href="https://arnout.engelen.eu/rb/akka/2.12/2.5.22/">2.12.8</a> and 2.13.0-RC1 of the Scala compiler.
    summary: The first non-trivial library written in the <a href="https://www.scala-lang.org/">Scala</a> programming language on the <a href="https://reproducible-builds.org/docs/jvm/">Java Virtual Machine</a> was released with Arnout Engelen's <tt><a href="https://github.com/raboof/sbt-reproducible-builds">sbt-reproducible-builds</a></tt> plugin enabled during the build. This resulted in <a href="https://akka.io/blog/news/2019/04/03/akka-2.5.22-released">Akka 2.5.22</a> becoming reproducible, both for the artifacts built with version <a href="https://arnout.engelen.eu/rb/akka/2.12/2.5.22/">2.12.8</a> and 2.13.0-RC1 of the Scala compiler.
    blog: "reports/2019-04#upstream-news"
+4 −4
Original line number Diff line number Diff line
---
layout: default
title: Success Stories
title: Success stories
permalink: /success-stories/
order: 26
---

<h1>Reproducible Builds Success Stories</h1>
<h1>Success stories</h1>

This page highlights the success stories of Reproducible Builds, showcasing real-world examples of projects shipping with verifiable, reproducible builds. These stories aim to enhance the technical resilience of the initiative by encouraging community involvement and inspiring new contributions.

Please note this list includes projects with both 100% reproducible and partially reproducible builds.

<h2>Featured Success Stories</h2>
<h2>Featured success stories</h2>

{% for section in site.data.success_stories %}
  <h2>{{ section.year }}</h2>
@@ -46,7 +46,7 @@ Please note this list includes projects with both 100% reproducible and partiall
  {% endfor %}
  </div>

  <h2>Other Success Stories</h2>
  <h2>Other success stories</h2>
  {% else %}
  <div class="container">
  {% for item in section.success_stories %}