Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmanifest/
Date: Sat, 25 May 2019 13:37:08
Message-Id: 1558790159.b009f6e6e3218e80e79e7e01d21beb52ec09aa89.grobian@gentoo
1 commit: b009f6e6e3218e80e79e7e01d21beb52ec09aa89
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 13:15:59 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 13:15:59 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b009f6e6
7
8 tests/qmanifest: silence some gpg warnings about permissions
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 tests/qmanifest/dotest | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/tests/qmanifest/dotest b/tests/qmanifest/dotest
16 index fb2aa22..9d28133 100755
17 --- a/tests/qmanifest/dotest
18 +++ b/tests/qmanifest/dotest
19 @@ -44,9 +44,12 @@ test 05 1 "qmanifest -o notatree"
20 # generate a valid tree
21 rm -Rf testtree
22 cp -r "${ROOT}/simpletree" testtree || echo try it anyway
23 -# make it a fully valid tree
24 export HOME=${ROOT} # for gnupg home
25 +# silence gpg warnings
26 +chmod -R og-rwx "${ROOT}"/.gnupg
27 +# make it a fully valid tree
28 rm testtree/my-cat/mypackage/unrecorded-file
29 +# drop ROOT, we'll work here in T
30 unset ROOT PORTAGE_CONFIGROOT
31 SIGNAS=0x3D695C8C0F87966B62DC5AFCDCFABA8E07F52261
32 KEYPASS=qmanifest