| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
revert 6f206114aa3b978fc7206cd2d329114db461ea55, proper fix is to just
use recursive grep.
|
|
|
|
|
|
|
|
| |
sometimes there are no files in ${T}"/logging/ and grep makes an ugly
error. check for files there before grepping. Fix check to remove
portageqa, it seem the opposite of test -s ( file exists and has size
greater than zero ) matched when the file doesn't exist... well, that is
the opposite after all.
|
|
|
|
|
| |
Adjust output so that things look better when running stand-alone,
by category, or from within portage.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There was an issue where using a profile from an overlay causes
eselect to print an extra blank line.
|
|
|
|
|
| |
It's not packaged anywhere, so people might want to store it in a
custom location.
|
| |
|
|
|
|
|
| |
Collected data is intended to persist unless manually removed, so
/var/lib is a better fit as per FHS.
|
|
|
|
| |
These will now be collected at a different stage of the process.
|
|
|
|
|
|
|
|
| |
This ensure that tests are correctly detected as passed/failed by
portage.
Also, calling /usr/bin/make instead of emake should more
accurately replicate the behaviour intended by the original
function call.
|
|
|