[Git][reproducible-builds/reproducible-website][master] 2 commits: move Fedora to disabled on /citests
Holger Levsen
gitlab at salsa.debian.org
Thu Jan 23 14:24:23 UTC 2020
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
195b8117 by Holger Levsen at 2020-01-23T15:24:07+01:00
move Fedora to disabled on /citests
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
458ff5f6 by Holger Levsen at 2020-01-23T15:24:07+01:00
add Alpine Linux to /who (and /citests)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- _data/projects.yml
- citests.md
- + images/logos/alpine.png
Changes:
=====================================
_data/projects.yml
=====================================
@@ -1,3 +1,7 @@
+- name: Alpine Linux
+ url: https://alpinelinux.org/
+ logo: alpine.png
+ tests: https://tests.reproducible-builds.org/alpine/
- name: Arch Linux
url: https://www.archlinux.org/
logo: archlinux.png
@@ -79,6 +83,7 @@
url: https://fedoraproject.org/wiki/Fedora_Project_Wiki
logo: fedora.png
tests: https://tests.reproducible-builds.org/fedora/
+ tests_disabled: true
resources:
- name: Wiki pages
url: https://fedoraproject.org/wiki/Reproducible_Builds
=====================================
citests.md
=====================================
@@ -13,8 +13,8 @@ Click the different links to see current tests and results.
</div>
<div class="projects row bg-light p-md-5 p-sm-3 pt-5 pb-5">
- {%- for project in site.data.projects %}
- {%- if project.tests %}
+ {% for project in site.data.projects %}
+ {% if project.tests and project.tests_disabled != true %}
<div class="col-xs-12 col-sm-6 col-lg-4 col-xl-3 mb-4">
<div class="card text-center" name="{{ project.name }}">
<ul class="list-group list-group-flush">
@@ -27,6 +27,32 @@ Click the different links to see current tests and results.
</ul>
</div>
</div>
- {%- endif %}
- {%- endfor %}
+ {% endif %}
+ {% endfor %}
+</div>
+
+# Disabled tests
+
+<div markdown="1">
+The following projects were once tested within the reproducible test infrastructure, though now this tests
+are disabled as they became unmaintained. Please contact us if you want to revive them.
+</div>
+
+<div class="projects row bg-light p-md-5 p-sm-3 pt-5 pb-5">
+ {% for project in site.data.projects %}
+ {% if project.tests and project.tests_disabled == true %}
+ <div class="col-xs-12 col-sm-6 col-lg-4 col-xl-3 mb-4">
+ <div class="card text-center" name="{{ project.name }}">
+ <ul class="list-group list-group-flush">
+ <li class="list-group-item">
+ <a href="{{ project.tests }}">
+ <h4>{{project.name}}</h4>
+ <img class="card-img p-5" src="{{ project.logo | prepend: "/images/logos/" | prepend: site.baseurl }}">
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ {% endif %}
+ {% endfor %}
</div>
=====================================
images/logos/alpine.png
=====================================
Binary files /dev/null and b/images/logos/alpine.png differ
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/ed04cc357200fc19c73d1d21afb4dd87d2932f74...458ff5f67756e6f29aae18314c8b5e921b2efe61
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/ed04cc357200fc19c73d1d21afb4dd87d2932f74...458ff5f67756e6f29aae18314c8b5e921b2efe61
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/20200123/dac2607a/attachment.htm>
More information about the rb-commits
mailing list