From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6F3613824B for ; Sun, 8 May 2016 16:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A35FE087C; Sun, 8 May 2016 16:00:14 +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 B2483E087C for ; Sun, 8 May 2016 16:00:13 +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 755A4340901 for ; Sun, 8 May 2016 16:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C932995C for ; Sun, 8 May 2016 16:00:09 +0000 (UTC) From: "Alex Legler" 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" Message-ID: <1462711936.71291ca231c6b7a89a1eb4a060ceae076ea6b613.a3li@gentoo> Subject: [gentoo-commits] sites/www:master commit in: _includes/downloads/ X-VCS-Repository: sites/www X-VCS-Files: _includes/downloads/amd64-advanced.html _includes/downloads/x86-advanced.html X-VCS-Directories: _includes/downloads/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 71291ca231c6b7a89a1eb4a060ceae076ea6b613 X-VCS-Branch: master Date: Sun, 8 May 2016 16:00:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c806488-70c6-4c5e-8df6-4f4ba803960f X-Archives-Hash: 2425774ca76128dc6e1f8fce6b3b8a63 commit: 71291ca231c6b7a89a1eb4a060ceae076ea6b613 Author: Alex Legler a3li li> AuthorDate: Sun May 8 12:52:16 2016 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun May 8 12:52:16 2016 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=71291ca2 Add systemd stages _includes/downloads/amd64-advanced.html | 1 + _includes/downloads/x86-advanced.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index 7dc10e9..9b3be60 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -12,6 +12,7 @@ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened+nomultilib" title="Hardened Stage 3" tag="no multilib" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-uclibc-hardened" title="Hardened Stage 3" tag="uclibc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="x32" title="Stage 3" tag="X32" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-systemd" title="Stage 3" tag="systemd" %}
diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html index 3fc4c0e..7763e78 100644 --- a/_includes/downloads/x86-advanced.html +++ b/_includes/downloads/x86-advanced.html @@ -10,6 +10,7 @@ {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-vanilla" title="Stage 3" tag="i686 | uclibc" %} {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened" title="Hardened Stage 3" tag="i686" %} {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-hardened" title="Hardened Stage 3" tag="i686 | uclibc" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="systemd" %}