aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Process.pm
Commit message (Collapse)AuthorAgeFilesLines
* Allow disabling build_stalled_timeoutPascal Terjan2018-07-281-1/+1
|
* Remove unused optionPascal Terjan2018-01-111-1/+0
|
* Default to 10 minutes for commandsPascal Terjan2018-01-111-1/+1
| | | | Especially for large packages 5 minutes to recreate src.rpm is not enough
* Kill most of $cachePascal Terjan2017-10-031-12/+6
|
* Fix killing the build when log file is not created within 30sPascal Terjan2017-08-291-1/+1
|
* log which timeout value was usedThierry Vignaud2015-10-301-1/+1
|
* Get rid of cachePascal Terjan2012-12-101-2/+0
|
* perl_checker cleanupsThierry Vignaud2012-12-041-1/+1
|
* Kill build if nothing is printed for 5 minutes and system is idlePascal Terjan2012-12-021-2/+12
|
* - fix perform_command return value in case of error.Arnaud Patard2012-07-031-1/+1
|
* (kill_for_good) more readable (?) ; comment itThierry Vignaud2012-04-041-11/+17
|
* (fork_to_monitor) always say why iurt got killed due to space issuesThierry Vignaud2012-03-261-2/+2
|
* (check_pid) simplify using MDK::CommonThierry Vignaud2012-03-251-7/+2
|
* helps perl_checker (restore previous usage)Thierry Vignaud2012-03-251-1/+1
|
* reduce scope of a variableThierry Vignaud2012-03-251-2/+2
|
* kill using List::MoreUtils (we use MDK::Command everywhere anyway)Thierry Vignaud2012-03-251-2/+1
|
* (perform_command) do not reinvent max()Thierry Vignaud2012-03-251-3/+2
|
* (perform_command) simplifyThierry Vignaud2012-03-251-6/+2
|
* add a couple commentsThierry Vignaud2012-03-251-0/+6
|
* (generate_comment) split it out of perform_command()Thierry Vignaud2012-03-251-17/+22
|
* (handle_wait_regexp) split it out of perform_command()Thierry Vignaud2012-03-251-16/+23
|
* (perform_command) simplify using cat_()Thierry Vignaud2012-03-251-4/+2
|
* (perform_command) make a line more readableThierry Vignaud2012-03-251-1/+7
|
* (handle_command_error) split it out of perform_command()Thierry Vignaud2012-03-251-33/+38
|
* (fork_to_monitor) split it out of perform_command()Thierry Vignaud2012-03-251-32/+40
|
* (perform_command) explain the different error variablesThierry Vignaud2012-03-251-0/+2
|
* (perform_command) store perl error earlier in case it's modified between ↵Thierry Vignaud2012-03-251-2/+4
| | | | eval {} and if()
* (perform_command) simplifyThierry Vignaud2012-03-251-3/+1
|
* (perform_command) raise killing messages from WARN to ERRORThierry Vignaud2012-03-251-2/+4
| | | | | | (should maybe be 'NONE' as by default we will just see "Alarm clock" without any explanation ; worse sub processses (eg: urpmi) still run in the background; add FIXME notes about it)
* (clean_process) kill newly unused argThierry Vignaud2012-03-241-2/+2
|
* (clean) kill unused argThierry Vignaud2012-03-241-2/+2
|
* (clean) unexport (now unused elsewhere)Thierry Vignaud2012-03-241-1/+0
|
* (clean_process) kill unused argThierry Vignaud2012-03-241-2/+2
|
* (sudo) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (clean) drop unused argThierry Vignaud2012-03-241-2/+2
|
* Get rid of ERR log levelPascal Terjan2012-03-121-3/+3
|
* Append domain when sending emails to userPascal Terjan2012-01-021-4/+4
|
* - again, use standard module to reduce code we need to take care ofMichael Scherer2011-04-151-1/+1
|
* backport a one-liner fix from mdv: "it should say where it lacks disk space" ↵Thierry Vignaud2011-01-261-1/+1
| | | | (bogdano)
* Fix first part of message not being displayedPascal Terjan2011-01-181-1/+1
|
* add missing parentheses in open callsOlivier Blin2011-01-131-1/+1
|
* remove extra spaceOlivier Blin2010-11-041-1/+1
|
* add support for iurt_root_command in perform_commandOlivier Blin2010-11-041-0/+5
|
* use a sudo variable, like in other modulesOlivier Blin2010-11-041-2/+4
|
* Don't lie, use the same plog level for the group of messages, so they always ↵Gustavo De Nardin2009-08-071-2/+2
| | | | show up complete.
* - Block two too dangerous pkill commands.Marcelo Leitner2008-02-201-0/+1
| | | | | - Enhance logging for another pkill command.
* perl_checker cleanupThierry Vignaud2008-02-151-1/+1
|
* - Put some more debugging into command execution process.Marcelo Leitner2007-11-121-2/+4
| | | | | | - Lowered free disk space tolerance from 100% to 99%, as 100% could be too late.
* Restoring code lost in the SVN breakage from an old checkoutGustavo De Nardin2007-05-121-0/+355