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, 06 Jun 2019 15:45:22
Message-Id: 1559835915.e2ffa8dfa872565ab200dc580791487ab4d5df45.blueness@gentoo
1 commit: e2ffa8dfa872565ab200dc580791487ab4d5df45
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 15:45:15 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 15:45:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=e2ffa8df
7
8 scripts: 'unset CONFIGFILE' to avoid polution
9
10 scripts/cycle.2.sh | 1 +
11 scripts/cycle.3.sh | 2 ++
12 2 files changed, 3 insertions(+)
13
14 diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
15 index a283ccb..29f7a52 100644
16 --- a/scripts/cycle.2.sh
17 +++ b/scripts/cycle.2.sh
18 @@ -14,6 +14,7 @@ emerge -b1q musl
19 rm -rf /etc/portage/package.use
20 rm -rf /etc/portage/package.accept_keywords
21
22 +unset CONFIGFILE
23 install-worldconf
24 emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
25 clean-worldconf
26
27 diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh
28 index 157a579..ef51a08 100644
29 --- a/scripts/cycle.3.sh
30 +++ b/scripts/cycle.3.sh
31 @@ -2,6 +2,8 @@
32
33 source /etc/profile
34 env-update
35 +
36 +unset CONFIGFILE
37 install-worldconf
38 layman -S
39 emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world