Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 920152 Details for
Bug 950480
sys-apps/portage: glsa-check don't work consistent.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make glsa-check a more consistent.
glsa-check.patch (text/plain), 830 bytes, created by
Micha Glave
on 2025-03-02 21:16:59 UTC
(
hide
)
Description:
Patch to make glsa-check a more consistent.
Filename:
MIME Type:
Creator:
Micha Glave
Created:
2025-03-02 21:16:59 UTC
Size:
830 bytes
patch
obsolete
>--- glsa-check.orig 2025-03-02 21:52:08.042600367 +0100 >+++ glsa-check 2025-03-02 21:56:02.274128699 +0100 >@@ -227,7 +227,7 @@ > glsalist.extend([g for g in params if g not in glsalist]) > > >-def summarylist(myglsalist, fd1=sys.stdout, fd2=sys.stderr, encoding="utf-8"): >+def summarylist(myglsalist, fd1=sys.stderr, fd2=sys.stdout, encoding="utf-8"): > # Get to the raw streams in py3k before wrapping them with an encoded writer > # to avoid writing bytes to a text stream (stdout/stderr are text streams > # by default in py3k) >@@ -416,7 +416,7 @@ > summarylist(outputlist) > else: > sys.stdout.write("\n".join(outputlist) + "\n") >- sys.exit(6) >+ sys.exit(6) > else: > sys.stderr.write("This system is not affected by any of the listed GLSAs\n") > sys.exit(0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 950480
: 920152