Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 575600 Details for
Bug 677890
app-portage/genlop-0.30.10-r1 genlop -c lists all merges twice
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correctly filter running sandboxes
genlop-0.30.10-sandbox.patch (text/plain), 646 bytes, created by
Joe Breuer
on 2019-05-09 13:26:09 UTC
(
hide
)
Description:
Correctly filter running sandboxes
Filename:
MIME Type:
Creator:
Joe Breuer
Created:
2019-05-09 13:26:09 UTC
Size:
646 bytes
patch
obsolete
>diff -urN genlop-0.30.10.ORIG/genlop genlop-0.30.10/genlop >--- genlop-0.30.10.ORIG/genlop 2019-05-09 15:11:22.111534471 +0200 >+++ genlop-0.30.10/genlop 2019-05-09 15:11:46.377416100 +0200 >@@ -699,7 +699,7 @@ > # not check for sanity and have users check their FEATURES instead. > my @targets = (); > my @sandbox_pids = (); >- my @sandbox_procs = qx{ps ax -o pid,args | tail -n +2 | sed -e's/^ *//' | grep ' sandbox ' | grep -v ' grep '}; >+ my @sandbox_procs = qx{ps ax -o pid,args | tail -n +2 | sed -e's/^ *//' | grep ' sandbox ' | grep -v 'pid-ns-init ' | grep -v ' grep '}; > my ($e_curmerge, $e_lastmerge); > foreach (@sandbox_procs) > {
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 677890
:
565060
|
569744
| 575600