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/, downloads/
Date: Mon, 23 Nov 2015 19:47:01
Message-Id: 1448307905.29b3f1db432909ce7940337dbf76d0f92ddb2708.a3li@gentoo
1 commit: 29b3f1db432909ce7940337dbf76d0f92ddb2708
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Mon Nov 23 19:45:05 2015 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 23 19:45:05 2015 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=29b3f1db
7
8 Put sh and s390 downloads according to profile status
9
10 Also fixes bug 563618 by linking to all of the s390 files
11
12 _includes/downloads/experimental.html | 21 +++++++++++++++++----
13 _includes/downloads/s390.html | 7 -------
14 _includes/downloads/sh.html | 7 -------
15 downloads/index.html | 16 +---------------
16 4 files changed, 18 insertions(+), 33 deletions(-)
17
18 diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html
19 index e6fc030..0adc955 100644
20 --- a/_includes/downloads/experimental.html
21 +++ b/_includes/downloads/experimental.html
22 @@ -1,12 +1,25 @@
23 <div class="col-xs-12 col-md-6">
24 - <h4>mips</h4>
25 + <h4 id="mips">mips</h4>
26 <div class="list-group">
27 <a href="http://distfiles.gentoo.org/experimental/mips/stages/" data-relurl="../experimental/mips/stages/" class="list-group-item download-link download-link-mirrorable">
28 <span class="fa fa-download fa-fw"></span>
29 <strong>MIPS stages</strong>
30 </a>
31 </div>
32 -</div>
33 -<div class="col-xs-12 col-md-6">
34
35 -</div>
36 \ No newline at end of file
37 + <h4 id="s390">s390</h4>
38 + <div class="list-group">
39 + <a href="http://distfiles.gentoo.org/releases/s390/autobuilds/" data-relurl="../releases/s390/stages/" class="list-group-item download-link download-link-mirrorable">
40 + <span class="fa fa-download fa-fw"></span>
41 + <strong>S390 stages and boot media</strong>
42 + </a>
43 + </div>
44 +
45 + <h4 id="sh">sh</h4>
46 + <h5>Stage Archives</h5>
47 + <div class="list-group">
48 + {% include partials/download-link.html type="stage3" arch="sh" id="sh4" title="Stage 3" tag="SH4" %}
49 + {% include partials/download-link.html type="stage3" arch="sh" id="sh4a" title="Stage 3" tag="SH4A" %}
50 + </div>
51 +</div>
52 +<div class="col-xs-12 col-md-6">&nbsp;</div>
53
54 diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html
55 deleted file mode 100644
56 index a93064b..0000000
57 --- a/_includes/downloads/s390.html
58 +++ /dev/null
59 @@ -1,7 +0,0 @@
60 -<div class="col-xs-12 col-md-6">
61 - <h4>Stage Archives</h4>
62 - <div class="list-group">
63 - {% include partials/download-link.html type="stage3" arch="s390" id="s390" title="Stage 3" tag="S390" %}
64 - {% include partials/download-link.html type="stage3" arch="s390" id="s390x" title="Stage 3" tag="S390X" %}
65 - </div>
66 -</div>
67 \ No newline at end of file
68
69 diff --git a/_includes/downloads/sh.html b/_includes/downloads/sh.html
70 deleted file mode 100644
71 index 8bd2b03..0000000
72 --- a/_includes/downloads/sh.html
73 +++ /dev/null
74 @@ -1,7 +0,0 @@
75 -<div class="col-xs-12 col-md-6">
76 - <h4>Stage Archives</h4>
77 - <div class="list-group">
78 - {% include partials/download-link.html type="stage3" arch="sh" id="sh4" title="Stage 3" tag="SH4" %}
79 - {% include partials/download-link.html type="stage3" arch="sh" id="sh4a" title="Stage 3" tag="SH4A" %}
80 - </div>
81 -</div>
82 \ No newline at end of file
83
84 diff --git a/downloads/index.html b/downloads/index.html
85 index 610dddf..bcf15fc 100644
86 --- a/downloads/index.html
87 +++ b/downloads/index.html
88 @@ -67,8 +67,6 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
89 <li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li>
90 <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li>
91 <li><a href="#ppc" data-toggle="tab"><strong>ppc</strong></a></li>
92 - <li><a href="#s390" data-toggle="tab"><strong>s390</strong></a></li>
93 - <li><a href="#sh" data-toggle="tab"><strong>sh</strong></a></li>
94 <li><a href="#sparc" data-toggle="tab"><strong>sparc</strong></a></li>
95 <li><a href="#experimental" data-toggle="tab"><strong>(experimental)</strong></a></li>
96 </ul>
97 @@ -116,18 +114,6 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
98 {% include downloads/ppc.html %}
99 </div>
100 </div>
101 - <div class="tab-pane active" id="s390">
102 - <h3>s390</h3>
103 - <div class="row">
104 - {% include downloads/s390.html %}
105 - </div>
106 - </div>
107 - <div class="tab-pane active" id="sh">
108 - <h3>sh</h3>
109 - <div class="row">
110 - {% include downloads/sh.html %}
111 - </div>
112 - </div>
113 <div class="tab-pane active" id="sparc">
114 <h3>sparc</h3>
115 <div class="row">
116 @@ -147,4 +133,4 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
117 <h2>Gentoo DVDs and CDs</h2>
118 <p>
119 If you simply don't have the ability to download the large DVD or CD images, then you may wish to purchase a <a href="/inside-gentoo/stores/">Gentoo DVD or CD</a>.
120 -</p>
121 \ No newline at end of file
122 +</p>