[Git][reproducible-builds/reproducible-website][master] Links between /who and /docs/recording
Holger Levsen
gitlab at salsa.debian.org
Wed Aug 29 21:30:54 CEST 2018
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
caa47408 by Arnout Engelen at 2018-08-29T19:17:57Z
Links between /who and /docs/recording
- - - - -
3 changed files:
- _data/projects.yml
- _docs/recording.md
- who.html
Changes:
=====================================
_data/projects.yml
=====================================
@@ -4,6 +4,8 @@
resources:
- name: Continuous tests
url: https://tests.reproducible-builds.org/archlinux/
+ - name: Recording
+ url: /docs/recording/#arch-linux
- name: Baserock
url: https://baserock.org/
logo: baserock.png
@@ -32,6 +34,8 @@
url: https://tests.reproducible-builds.org/debian/
- name: Mailing list
url: mailto:reproducible-builds at lists.alioth.debian.org
+ - name: Recording
+ url: /docs/recording/#debian
- name: ElectroBSD
url: https://www.fabiankeil.de/gehacktes/electrobsd/
logo: electrobsd.png
@@ -145,6 +149,8 @@
url: https://labs.riseup.net/code/issues/5630
- name: Mailing list
url: https://mailman.boum.org/listinfo/tails-dev/
+ - name: Recording
+ url: /docs/recording/#tails
- name: Tor Browser
url: https://www.torproject.org/
logo: tor.png
=====================================
_docs/recording.md
=====================================
@@ -26,7 +26,7 @@ variation is irrelevant to the software itself.
This product is called the 'buildinfo', but its exact format and the way it is
distributed differs across ecosystems.
-### Debian
+### [Debian](/who/#Debian)
Debian shares its buildinfo files as plain text files following the
[control file format](https://www.debian.org/doc/debian-policy/ch-controlfields.html),
@@ -36,7 +36,7 @@ fields and values, as well as conventions around naming, can be found under
on the [Debian wiki](https://wiki.debian.org). Examples can be found on
[buildinfo.debian.net](https://buildinfo.debian.net).
-### Arch Linux
+### [Arch Linux](/who/#Arch Linux)
The Arch Linux [makepkg](https://wiki.archlinux.org/index.php/makepkg) build
tool produces a `.BUILDINFO` file consisting of `<key> = <value>` pairs.
@@ -48,9 +48,9 @@ version of [makepkg](https://wiki.archlinux.org/index.php/makepkg), such as
[archlinux-keyring](
https://www.archlinux.org/packages/core/any/archlinux-keyring).
-### Tails
+### [Tails](/who/#Tails)
Tails does not record a buildinfo file per se, but instead the
[vagrant directory of the main git repo](
https://gitlab.com/Tails/tails/tree/master/vagrant) contains all information
-necessary to reproducibly rebuild that revision of Tails.
\ No newline at end of file
+necessary to reproducibly rebuild that revision of Tails.
=====================================
who.html
=====================================
@@ -18,6 +18,7 @@ order: 6
{% for project in site.data.projects %}
<div class="row">
<div class="four columns title">
+ <a name="{{ project.name }}"></a>
<a href="{{ project.url }}"><img src="{{ project.logo | prepend: "/images/logos/" | prepend: site.baseurl }}" /></a>
</div>
<div class="eight columns text">
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/caa4740819df6c22cbe3ab1dd96f22c96ceab0e3
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/caa4740819df6c22cbe3ab1dd96f22c96ceab0e3
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/20180829/be4bbf87/attachment.html>
More information about the rb-commits
mailing list