aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-04-30 23:42:51 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-04-30 23:42:51 +0200
commit70d734931560d7c1ca932da2a2c2025ada7d3345 (patch)
tree6af2bce93a908d9c5bfc4f8f8d9a3e44186966b0 /_includes
parentDownloads: add -openrc in hppa stage filenames (diff)
downloadwww-70d734931560d7c1ca932da2a2c2025ada7d3345.tar.gz
www-70d734931560d7c1ca932da2a2c2025ada7d3345.tar.bz2
www-70d734931560d7c1ca932da2a2c2025ada7d3345.zip
Make regular s390 tab and move experimental link below
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/experimental.html24
-rw-r--r--_includes/downloads/s390.html23
2 files changed, 23 insertions, 24 deletions
diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html
deleted file mode 100644
index b38d6bc..0000000
--- a/_includes/downloads/experimental.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<div class="col-xs-12 col-md-6">
- <h4 id="s390">s390</h4>
- <div class="list-group">
- {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot initramfs" tag="S390" %}
- {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-kernel" title="Netboot kernel" tag="S390" %}
- {% include partials/download-link.html type="stage3" arch="s390" id="s390" title="Stage 3" tag="S390" %}
-
- {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-initramfs" title="Netboot initramfs" tag="S390X" %}
- {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-kernel" title="Netboot kernel" tag="S390X" %}
- {% include partials/download-link.html type="stage3" arch="s390" id="s390x" title="Stage 3" tag="S390X" %}
- </div>
-</div>
-
-<div class="col-xs-12 col-md-6">
- <h4 id="exp-other">Other experimental architectures</h4>
- <div class="alert alert-info">
- <p>
- For all other experimental downloads (including for the
- <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/mips/">mips</a>
- architecture),
- please refer to the <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/">complete experimental downloads archive</a>.
- </p>
- </div>
-</div>
diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html
new file mode 100644
index 0000000..1b38c9a
--- /dev/null
+++ b/_includes/downloads/s390.html
@@ -0,0 +1,23 @@
+<div class="col-xs-12 col-md-6">
+ <h4>Stage archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="s390" id="s390" title="Stage 3" tag="s390" %}
+
+ {% include partials/download-link.html type="stage3" arch="s390" id="s390x" title="Stage 3" tag="s390x" %}
+ </div>
+
+ <h4>Boot media</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot initramfs" tag="s390" %}
+ {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-kernel" title="Netboot kernel" tag="s390" %}
+ {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-initramfs" title="Netboot initramfs" tag="s390x" %}
+ {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-kernel" title="Netboot kernel" tag="s390x" %}
+ </div>
+</div>
+
+<div class="col-xs-12 col-md-6">
+ <h4>Details (contents, hashes, and signatures)</h4>
+ <ul>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/s390/autobuilds/">All files</a></li>
+ </ul>
+</div>