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:07:25
Message-Id: 1464350827.d16ccd01d36f67d7486e87f5ab5b9e90e365a139.a3li@gentoo
1 commit: d16ccd01d36f67d7486e87f5ab5b9e90e365a139
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Fri May 27 12:07:07 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 12:07:07 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=d16ccd01
7
8 hppa netboot
9
10 _includes/downloads/hppa.html | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html
14 index 908eb7a..8f2079e 100644
15 --- a/_includes/downloads/hppa.html
16 +++ b/_includes/downloads/hppa.html
17 @@ -2,6 +2,8 @@
18 <h4>Boot Media</h4>
19 <div class="list-group">
20 {% include partials/download-link.html type="iso" arch="hppa" id="minimal" title="Minimal Installation CD" %}
21 + {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa32" title="Netboot" tag="HPPA32" %}
22 + {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa64" title="Netboot" tag="HPPA64" %}
23 </div>
24 <h4>Stage Archives</h4>
25 <div class="list-group">
26 @@ -13,6 +15,8 @@
27 <h4>Details (Contents, Hashes, and Signatures)</h4>
28 <ul>
29 <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-install-hppa-minimal/">Minimal Installation CD</a></li>
30 + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa32/">Netboot HPPA32</a></li>
31 + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa64/">Netboot HPPA64</a></li>
32 <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/">Stage 3</a></li>
33 </ul>
34 -</div>
35 \ No newline at end of file
36 +</div>