Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-systemd/
Date: Wed, 10 Apr 2019 12:12:37
Message-Id: 1554898344.0af725155ec24bc6c38df7e720b86b67e5f2e016.blueness@gentoo
1 commit: 0af725155ec24bc6c38df7e720b86b67e5f2e016
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 12:11:35 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 12:12:24 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0af72515
7
8 tools-systemd/run-arm64.sh: no grsec kernel
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 tools-systemd/run-arm64.sh | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/tools-systemd/run-arm64.sh b/tools-systemd/run-arm64.sh
16 index 41c4afc8..95009f8a 100755
17 --- a/tools-systemd/run-arm64.sh
18 +++ b/tools-systemd/run-arm64.sh
19 @@ -31,8 +31,6 @@ prepare_confs() {
20 main() {
21 >zzz.log
22
23 - undo_grsec
24 -
25 catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err
26
27 for arch in arm64; do
28 @@ -43,7 +41,6 @@ main() {
29 do_stages ${arch}
30 [[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
31 done
32 -
33 }
34
35 main $1 &