Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Aaron Bauman <bman@g.o>
Cc: Bandie Yip Kojote <bandie@××××××.net>
Subject: Re: [gentoo-portage-dev] [PATCH] glsa-check: add exit code for affected GLSAs
Date: Sat, 31 Aug 2019 06:41:00
Message-Id: 7a61b482-abef-601a-31ce-6c9ec6f92557@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] glsa-check: add exit code for affected GLSAs by Aaron Bauman
1 On 8/30/19 12:18 PM, Aaron Bauman wrote:
2 > Bug: https://bugs.gentoo.org/587930
3 >
4 > Reported-by: Bandie Yip Kojote <bandie@××××××.net>
5 > Signed-off-by: Aaron Bauman <bman@g.o>
6 > ---
7 > bin/glsa-check | 1 +
8 > 1 file changed, 1 insertion(+)
9 >
10 > diff --git a/bin/glsa-check b/bin/glsa-check
11 > index 83ea6b7c3..b3ddc532a 100755
12 > --- a/bin/glsa-check
13 > +++ b/bin/glsa-check
14 > @@ -282,6 +282,7 @@ if mode == "test":
15 > summarylist(outputlist)
16 > else:
17 > sys.stdout.write("\n".join(outputlist)+"\n")
18 > + sys.exit(6)
19 > else:
20 > sys.stderr.write("This system is not affected by any of the listed GLSAs\n")
21 > sys.exit(0)
22 >
23
24 Thanks, merged:
25
26 https://gitweb.gentoo.org/proj/portage.git/commit/?id=4d9c10704b2eaf6cd7467ff0929a94e64429bfa6
27 --
28 Thanks,
29 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature