Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix false positives of iurt dying on the build machine | Pascal Terjan | 2022-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | sout("foo || bar") was fetching the output of: ssh -x user@host foo || bar instead of: ssh -x user@host "foo || bar" This means we were considering the remote command to have failed when ssh to the machine to check status was failing. | ||||
* | Drop arcfour cipher usage (not enabled by default in latest openssh packages) | Olivier Blin | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | fix variables after previous commit | Thierry Vignaud | 2012-03-26 | 1 | -8/+8 |
| | |||||
* | (plog_init) enable perl_checker to check callers | Thierry Vignaud | 2012-03-25 | 1 | -4/+3 |
| | |||||
* | (plog_init) simplify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Lock the log file when writing | Pascal Terjan | 2012-03-12 | 1 | -1/+7 |
| | | | | This allows using a shared logfile | ||||
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 1 | -3/+1 |
| | |||||
* | - don't output control code for back-to-normal color when not using colors | Gustavo De Nardin | 2009-08-06 | 1 | -5/+4 |
| | | | | | - add an 'ERROR' plog level, as many places use that instead of 'ERR' | ||||
* | oops, reverting r237127... | Gustavo De Nardin | 2008-02-20 | 1 | -2/+2 |
| | |||||
* | make -v 0 work instead of being equal to -v 9999 | Gustavo De Nardin | 2008-02-20 | 1 | -2/+2 |
| | |||||
* | Restoring code lost in the SVN breakage from an old checkout | Gustavo De Nardin | 2007-05-12 | 1 | -0/+203 |