aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* proper fix for empty logging dirRick Farina (Zero_Chaos)2014-08-281-4/+2
| | | | | revert 6f206114aa3b978fc7206cd2d329114db461ea55, proper fix is to just use recursive grep.
* check ${T}"/logging/* existence before greppingRick Farina (Zero_Chaos)2014-08-281-2/+4
| | | | | | | | 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 for use with portageRick Farina (Zero_Chaos)2014-08-281-2/+5
| | | | | Adjust output so that things look better when running stand-alone, by category, or from within portage.
* tinderbox: add an option to be more verboseMichael Palimaka2014-08-281-0/+4
|
* use $(cat /proc/sys/kernel/random/uuid) for uuidRick Farina (Zero_Chaos)2014-08-281-1/+1
|
* change default log directory to be in /var/logRick Farina (Zero_Chaos)2014-08-281-1/+1
|
* tinderbox: remove blank lines from eselect profile output.Michael Palimaka2014-06-091-1/+1
| | | | | There was an issue where using a profile from an overlay causes eselect to print an extra blank line.
* tinderbox: add DEPCHECK_BIN configuration variable.Michael Palimaka2014-06-091-2/+3
| | | | | It's not packaged anywhere, so people might want to store it in a custom location.
* tinderbox: improve comments.Michael Palimaka2014-06-051-6/+8
|
* tinderbox: change default storage directory.Michael Palimaka2014-06-051-1/+1
| | | | | Collected data is intended to persist unless manually removed, so /var/lib is a better fit as per FHS.
* tinderbox: remove references to pkgcore-checks, repoman, and DESCRIPTION.Michael Palimaka2014-06-051-9/+0
| | | | These will now be collected at a different stage of the process.
* tinderbox: return the exit status of the make function override.Michael Palimaka2014-06-051-7/+6
| | | | | | | | 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.
* tinderbox: Initial commit adding portage bashrc.Michael Palimaka2014-05-301-0/+258