Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _includes/downloads/
Date: Fri, 27 May 2016 12:37:06
Message-Id: 1464352585.7c236cca98f0785be2e76096d45c410041c6660e.a3li@gentoo
1 commit: 7c236cca98f0785be2e76096d45c410041c6660e
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Fri May 27 12:36:25 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 12:36:25 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=7c236cca
7
8 downloads: Rework non-autobuilt experimental stuff, add arm64
9
10 _includes/downloads/experimental.html | 23 +++++++++++++----------
11 1 file changed, 13 insertions(+), 10 deletions(-)
12
13 diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html
14 index ca920a3..8bc9d0d 100644
15 --- a/_includes/downloads/experimental.html
16 +++ b/_includes/downloads/experimental.html
17 @@ -1,12 +1,4 @@
18 <div class="col-xs-12 col-md-6">
19 - <h4 id="mips">mips</h4>
20 - <div class="list-group">
21 - <a href="http://distfiles.gentoo.org/experimental/mips/stages/" data-relurl="../experimental/mips/stages/" class="list-group-item download-link download-link-mirrorable">
22 - <span class="fa fa-download fa-fw"></span>
23 - <strong>MIPS stages</strong>
24 - </a>
25 - </div>
26 -
27 <h4 id="s390">s390</h4>
28 <div class="list-group">
29 {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot Initramfs" tag="S390" %}
30 @@ -19,10 +11,21 @@
31 </div>
32
33 <h4 id="sh">sh</h4>
34 - <h5>Stage Archives</h5>
35 <div class="list-group">
36 {% include partials/download-link.html type="stage3" arch="sh" id="sh4" title="Stage 3" tag="SH4" %}
37 {% include partials/download-link.html type="stage3" arch="sh" id="sh4a" title="Stage 3" tag="SH4A" %}
38 </div>
39 </div>
40 -<div class="col-xs-12 col-md-6">&nbsp;</div>
41 +<div class="col-xs-12 col-md-6">
42 + <h4 id="exp-other">Other Experimental Architectures</h4>
43 + <div class="alert alert-info">
44 + <p>
45 + For all other experimental downloads (including for the
46 + <a class="alert-link" href="http://distfiles.gentoo.org/experimental/arm64/">arm64</a>
47 + and
48 + <a class="alert-link" href="http://distfiles.gentoo.org/experimental/mips/">mips</a>
49 + architectures),
50 + please refer to the <a class="alert-link" href="http://distfiles.gentoo.org/experimental/">complete experimental downloads archive</a>.
51 + </p>
52 + </div>
53 +</div>