From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-884010-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D49A813828B for <garchives@archives.gentoo.org>; Fri, 27 May 2016 12:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 022A3E086A; Fri, 27 May 2016 12:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F3FFE086A for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 12:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A4A340CB4 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 12:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED4315E7 for <gentoo-commits@lists.gentoo.org>; Fri, 27 May 2016 12:07:17 +0000 (UTC) From: "Alex Legler" <a3li@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" <a3li@gentoo.org> Message-ID: <1464350827.d16ccd01d36f67d7486e87f5ab5b9e90e365a139.a3li@gentoo> Subject: [gentoo-commits] sites/www:master commit in: _includes/downloads/ X-VCS-Repository: sites/www X-VCS-Files: _includes/downloads/hppa.html X-VCS-Directories: _includes/downloads/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: d16ccd01d36f67d7486e87f5ab5b9e90e365a139 X-VCS-Branch: master Date: Fri, 27 May 2016 12:07:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 644e031e-3c84-442b-a5cf-69a595e5064f X-Archives-Hash: 3d27beed5823eb7db8214f5ca64c1db6 commit: d16ccd01d36f67d7486e87f5ab5b9e90e365a139 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Fri May 27 12:07:07 2016 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Fri May 27 12:07:07 2016 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=d16ccd01 hppa netboot _includes/downloads/hppa.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html index 908eb7a..8f2079e 100644 --- a/_includes/downloads/hppa.html +++ b/_includes/downloads/hppa.html @@ -2,6 +2,8 @@ <h4>Boot Media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="hppa" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa32" title="Netboot" tag="HPPA32" %} + {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa64" title="Netboot" tag="HPPA64" %} </div> <h4>Stage Archives</h4> <div class="list-group"> @@ -13,6 +15,8 @@ <h4>Details (Contents, Hashes, and Signatures)</h4> <ul> <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-install-hppa-minimal/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa32/">Netboot HPPA32</a></li> + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa64/">Netboot HPPA64</a></li> <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/">Stage 3</a></li> </ul> -</div> \ No newline at end of file +</div>