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 C3E751390EB for ; Thu, 23 Jul 2015 00:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 474AEE089E; Thu, 23 Jul 2015 00:18:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8DBEE089E for ; Thu, 23 Jul 2015 00:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1685034084C for ; Thu, 23 Jul 2015 00:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E646B9 for ; Thu, 23 Jul 2015 00:18:49 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1437610879.7307944cb40e014a1cde8acd93550f73be236f17.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/cycle.1.sh scripts/cycle.2.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7307944cb40e014a1cde8acd93550f73be236f17 X-VCS-Branch: desktop-amd64-musl-hardened Date: Thu, 23 Jul 2015 00:18:49 +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: df8f5a59-7f7c-4094-99b1-90e97fcaa193 X-Archives-Hash: dfb8e9c0cf9eaf81b0be5b9e8b310d30 commit: 7307944cb40e014a1cde8acd93550f73be236f17 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jul 23 00:21:19 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jul 23 00:21:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=7307944c Move rebuild of toolchain to cycle 2. scripts/cycle.1.sh | 6 ------ scripts/cycle.2.sh | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 6c75fa4..afeada3 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -2,12 +2,6 @@ source /etc/profile env-update - emerge -b1q layman layman -L layman -a musl - -emerge -b1q binutils -emerge -b1q gcc -emerge -b1q musl -emerge -b1q argp-standalone diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index c937e7d..7284f5a 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -6,6 +6,10 @@ emerge -b1q portage emerge -b1q argp-standalone emerge -b1q =app-portage/grs-9999 +emerge -b1q binutils +emerge -b1q gcc +emerge -b1q musl + # This is from the tarball. rm -rf /etc/portage/package.use