summaryrefslogtreecommitdiff
path: root/bashrc
Commit message (Collapse)AuthorAgeFilesLines
* Disable colour in eselect.Diego Elio Pettenò2012-11-011-3/+3
|
* Output lapack/blas/cblas selection on every merge.Diego Elio Pettenò2012-11-011-0/+4
|
* Add space.Diego Elio Pettenò2012-07-151-0/+2
|
* Make it more generic and more reliable to pick up autotools failure logs.Diego Elio Pettenò2012-07-151-7/+12
|
* Also cat aclocal.out if present.Diego Elio Pettenò2012-06-191-0/+3
|
* And use the right name.Diego Elio Pettenò2012-06-161-1/+1
|
* Quiet the log sending.Diego Elio Pettenò2012-06-161-2/+3
|
* Fix typo.Diego Elio Pettenò2012-06-161-1/+1
|
* If we have an automake failure, inline the log file, this way we don't have ↵Diego Elio Pettenò2012-06-161-0/+5
| | | | to hunt for it.
* No-op on log sending when the analysis address is unset.Diego Elio Pettenò2012-06-161-4/+8
|
* Send the log to the analysis system whenever a package fails or succeeds.Diego Elio Pettenò2012-06-151-0/+10
|
* Rename tinderbox_mask_pkg to tinderbox_failed for consistency.Diego Elio Pettenò2012-06-151-2/+2
|
* Don't try to send dents if no BTI_ACCOUNT is set.Diego Elio Pettenò2010-10-151-3/+7
| | | | | Since my tinderbox has been banned from identi.ca, I have no reason to keep sending dents, it just wastes my time.
* Remove lafilefixer, no longer needed with Portage 2.1.9.Diego Elio Pettenò2010-10-031-2/+0
|
* Don't print metadata as Portage 2.1.9.1 does so already.Diego Elio Pettenò2010-09-071-15/+0
|
* Use --background for bti.Diego Elio Pettenò2010-09-031-1/+1
|
* Make /etc/make.tinderbox.private.conf the place to set BTI and PROXY settings.Diego Elio Pettenò2010-09-031-1/+1
| | | | | | | | | Make bti in bashrc use the TINDERBOX_PROXY variable rather than BTI_PROXY, and also set curl (with proxy) for fetch and resume. Note: don't set the proxy in the environment or the isolation will fail; unfortunately wget can be told to ignore proxies but _not_ to use them, on the command line, which is why we went with curl.
* Add a proper license to all the scripts running the Tinderbox.Diego Elio 'Flameeyes' Pettenò2010-09-031-0/+16
| | | | | | | Since most of them are really simple scripts that don't really warrant for strong copyleft, they are all licensed under ISC license. Copyright is, depending on the file, mine, Zac's, or both.
* If proxy is set, use it in bti call.Diego Elio 'Flameeyes' Pettenò2010-08-271-1/+1
|
* Avoid preserving libraries, since we have no way to properly deal with themDiego Elio 'Flameeyes' Pettenò2010-08-241-0/+4
| | | | as it is.
* Add some safety checks to ensure that macros-now-gone won't cause undefinedDiego Elio 'Flameeyes' Pettenò2010-08-241-0/+5
| | | | symbols on various kind of software.
* Warn when /var/lock, /var/run, /dev are in the installed image.Diego Elio 'Flameeyes' Pettenò2010-08-191-1/+4
|
* Fix output.Diego Elio 'Flameeyes' Pettenò2010-08-101-2/+2
|
* Print metadata info on end both for success and failure.Diego Elio 'Flameeyes' Pettenò2010-08-101-8/+15
|
* Even better output for metadata.Diego Elio 'Flameeyes' Pettenò2010-08-101-2/+2
|
* Better output.Diego Elio 'Flameeyes' Pettenò2010-08-101-2/+2
|
* Output maintainer information for each package merged.Diego Elio 'Flameeyes' Pettenò2010-08-101-0/+8
| | | | This way the logs can be used to file the bugs as well.
* Rename tweet_me to dent_me.Diego Elio 'Flameeyes' Pettenò2010-04-191-4/+4
|
* Fix check for .la files in ruby extensions.Diego Elio 'Flameeyes' Pettenò2009-12-291-1/+1
|
* Fix -path search for useless .la files.Diego Elio 'Flameeyes' Pettenò2009-12-281-4/+4
|
* Split the misplaced documentation and perl site-dir install logs.Diego Elio 'Flameeyes' Pettenò2009-12-221-6/+13
| | | | | This is going to get useful when the log analysis support will be added so that they can check directly against known bug summaries and blockers.
* Add the PAM directory to the list of directories where .la files are useless.Diego Elio 'Flameeyes' Pettenò2009-12-161-1/+2
|
* Show some further statistics about completed merges.Diego Elio 'Flameeyes' Pettenò2009-12-131-2/+12
|
* In a bit of paranoia, delete eventual previous logs earlier.Diego Elio 'Flameeyes' Pettenò2009-12-121-2/+2
| | | | This avoids running the command multiple time later.
* Reorder tests so that all output is in the same place and the scanelf callsDiego Elio 'Flameeyes' Pettenò2009-12-121-8/+9
| | | | are all at the top.
* Use the same style for all warnings.Diego Elio 'Flameeyes' Pettenò2009-12-121-4/+4
|
* Rename all the references to me (flameyees) with references to tinderbox.Diego Elio 'Flameeyes' Pettenò2009-12-121-28/+28
| | | | Since I'm opening this one it's no longer specific to me.
* Fix parameter.Diego Elio 'Flameeyes' Pettenò2009-12-121-2/+2
|
* Allow selecting class of extra QA information from the tinderbox.Diego Elio 'Flameeyes' Pettenò2009-12-121-13/+13
| | | | | Instead of outputting everything as QA warnings, insecure functions and setXid files should be counted as QA notices.
* Warn if .la files are found in Python, Perl or Ruby paths.Diego Elio 'Flameeyes' Pettenò2009-12-121-1/+6
| | | | | | Sicne neither of the three languages use ltdl to load their extensions, the .la files present there are definitely not useful and could be dropped without thinking twice about them.
* Add bashrc and update the emerge wrapper now that register_success_hook exists.Diego Elio 'Flameeyes' Pettenò2009-12-111-0/+5
|
* Add bashrc for the tinderbox.Diego Elio 'Flameeyes' Pettenò2009-12-061-0/+85