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 DDD1C1390EB for ; Thu, 23 Jul 2015 00:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492B2E08D6; Thu, 23 Jul 2015 00:42:27 +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 E8BFCE08D6 for ; Thu, 23 Jul 2015 00:42:26 +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 D7FF3340917 for ; Thu, 23 Jul 2015 00:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6198B9 for ; Thu, 23 Jul 2015 00:42:22 +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: <1437612293.b25170173cc785748ee82bac30e7be9b5b8690ba.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 X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b25170173cc785748ee82bac30e7be9b5b8690ba X-VCS-Branch: desktop-amd64-musl-hardened Date: Thu, 23 Jul 2015 00:42:22 +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: 9a09cf6e-ca5c-476f-bd15-1f9b4e8fe815 X-Archives-Hash: 217ea1c5b4cbfffac3f18c969affdeb9 commit: b25170173cc785748ee82bac30e7be9b5b8690ba Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jul 23 00:44:53 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jul 23 00:44:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=b2517017 scripts/cycle1.sh: be more fault tollerant. scripts/cycle.1.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index afeada3..837a338 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -4,4 +4,8 @@ source /etc/profile env-update emerge -b1q layman layman -L -layman -a musl + +# Don't return exit 1 if we fail since +# we may have already added the overlay +layman -a musl || true +layman -S