[Git][reproducible-builds/reproducible-website][sort-projects] 2 commits: 2024-07 += https://dl.acm.org/doi/pdf/10.1145/3643764
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jul 19 07:50:33 UTC 2024
Chris Lamb pushed to branch sort-projects at Reproducible Builds / reproducible-website
Commits:
5b1d92a6 by Chris Lamb at 2024-07-19T08:32:16+01:00
2024-07 += https://dl.acm.org/doi/pdf/10.1145/3643764
- - - - -
b3e7154b by FC (Fay) Stegerman at 2024-07-19T07:50:26+00:00
sort listing in projects.md
- - - - -
2 changed files:
- _reports/2024-07.md
- who_/projects.md
Changes:
=====================================
_reports/2024-07.md
=====================================
@@ -9,3 +9,5 @@ draft: true
* [FIXME](https://github.com/obfusk/apksigcopier/issues/105) + [FIXME](https://issuetracker.google.com/issues/351408623)
* [FIXME](https://blog.josefsson.org/2024/07/10/towards-idempotent-rebuilds/)
+
+* [FIXME](https://dl.acm.org/doi/pdf/10.1145/3643764)
=====================================
who_/projects.md
=====================================
@@ -14,7 +14,8 @@ Various free software projects are working on providing reproducible builds to t
{: .lead}
<div class="projects row bg-light p-md-5 p-sm-3 pt-5 pb-5">
- {% for project in site.data.projects %}
+ {% assign projects = site.data.projects | sort_natural: "name" %}
+ {% for project in projects %}
<div class="col-xs-12 col-sm-6 col-lg-4 col-xl-3 mb-4">
<div class="card" name="{{ project.name }}">
<a href="{{ project.url }}" name="{{ project.name }}">
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/0bb01b9c5253f0df63ad949f12718d65abfa3bc3...b3e7154b1d4546e3b0d550ec40fbc97b856512ee
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/0bb01b9c5253f0df63ad949f12718d65abfa3bc3...b3e7154b1d4546e3b0d550ec40fbc97b856512ee
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/20240719/63327957/attachment.htm>
More information about the rb-commits
mailing list