Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/
Date: Thu, 23 Jul 2015 00:42:32
Message-Id: 1437612293.b25170173cc785748ee82bac30e7be9b5b8690ba.blueness@gentoo
1 commit: b25170173cc785748ee82bac30e7be9b5b8690ba
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 23 00:44:53 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 23 00:44:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=b2517017
7
8 scripts/cycle1.sh: be more fault tollerant.
9
10 scripts/cycle.1.sh | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
14 index afeada3..837a338 100644
15 --- a/scripts/cycle.1.sh
16 +++ b/scripts/cycle.1.sh
17 @@ -4,4 +4,8 @@ source /etc/profile
18 env-update
19 emerge -b1q layman
20 layman -L
21 -layman -a musl
22 +
23 +# Don't return exit 1 if we fail since
24 +# we may have already added the overlay
25 +layman -a musl || true
26 +layman -S