Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split code checking if tarball is up to date | Pascal Terjan | 2012-04-03 | 1 | -27/+26 |
| | |||||
* | Request Core instead of Main when using --distrib | Pascal Terjan | 2012-04-02 | 1 | -2/+3 |
| | |||||
* | s/whell/wheel/ | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | fix warlism | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | explain from where came bug_handler | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | (check_media) add a FIXME note | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | (check_media) further simplify | Thierry Vignaud | 2012-03-26 | 1 | -3/+1 |
| | |||||
* | (check_media) cleanup/simplify | Thierry Vignaud | 2012-03-26 | 1 | -2/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2012-03-26 | 1 | -4/+4 |
| | |||||
* | (init_cache) kill unused function | Thierry Vignaud | 2012-03-26 | 2 | -26/+1 |
| | |||||
* | (recreate_srpm) kill a dead comment | Thierry Vignaud | 2012-03-26 | 1 | -9/+0 |
| | |||||
* | (install_packages) styling | Thierry Vignaud | 2012-03-26 | 1 | -2/+1 |
| | |||||
* | (_install_callback) split it out of install_packages() | Thierry Vignaud | 2012-03-26 | 1 | -57/+63 |
| | |||||
* | (install_packages) reduce a variable scope | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | (recreate_srpm) document it + perl_checker cleanup | Thierry Vignaud | 2012-03-26 | 1 | -1/+2 |
| | |||||
* | (new) kill old resolved code that blino commented out in r130 on Nov | Thierry Vignaud | 2012-03-26 | 1 | -9/+0 |
| | | | | 24 2010 | ||||
* | (fork_to_monitor) always say why iurt got killed due to space issues | Thierry Vignaud | 2012-03-26 | 2 | -2/+3 |
| | |||||
* | log previous changes | Thierry Vignaud | 2012-03-26 | 1 | -0/+101 |
| | |||||
* | supplement blacklist | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | better error messages when running as root or w/o sudo | Thierry Vignaud | 2012-03-26 | 1 | -2/+2 |
| | | | | (no line numbers in output) | ||||
* | fix variables after previous commit | Thierry Vignaud | 2012-03-26 | 1 | -8/+8 |
| | |||||
* | (check_pid) simplify using MDK::Common | Thierry Vignaud | 2012-03-25 | 1 | -7/+2 |
| | |||||
* | helps perl_checker (restore previous usage) | Thierry Vignaud | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | reduce scope of a variable | Thierry Vignaud | 2012-03-25 | 1 | -2/+2 |
| | |||||
* | kill using List::MoreUtils (we use MDK::Command everywhere anyway) | Thierry Vignaud | 2012-03-25 | 1 | -2/+1 |
| | |||||
* | (perform_command) do not reinvent max() | Thierry Vignaud | 2012-03-25 | 1 | -3/+2 |
| | |||||
* | (perform_command) simplify | Thierry Vignaud | 2012-03-25 | 1 | -6/+2 |
| | |||||
* | add a couple comments | Thierry Vignaud | 2012-03-25 | 1 | -0/+6 |
| | |||||
* | (generate_comment) split it out of perform_command() | Thierry Vignaud | 2012-03-25 | 1 | -17/+22 |
| | |||||
* | (handle_wait_regexp) split it out of perform_command() | Thierry Vignaud | 2012-03-25 | 1 | -16/+23 |
| | |||||
* | (perform_command) simplify using cat_() | Thierry Vignaud | 2012-03-25 | 1 | -4/+2 |
| | |||||
* | (perform_command) make a line more readable | Thierry Vignaud | 2012-03-25 | 1 | -1/+7 |
| | |||||
* | (handle_command_error) split it out of perform_command() | Thierry Vignaud | 2012-03-25 | 1 | -33/+38 |
| | |||||
* | (fork_to_monitor) split it out of perform_command() | Thierry Vignaud | 2012-03-25 | 1 | -32/+40 |
| | |||||
* | (perform_command) explain the different error variables | Thierry Vignaud | 2012-03-25 | 1 | -0/+2 |
| | |||||
* | (perform_command) store perl error earlier in case it's modified between ↵ | Thierry Vignaud | 2012-03-25 | 1 | -2/+4 |
| | | | | eval {} and if() | ||||
* | (perform_command) simplify | Thierry Vignaud | 2012-03-25 | 1 | -3/+1 |
| | |||||
* | (add_packages) add a note about buggy (but unused) code | Thierry Vignaud | 2012-03-25 | 1 | -0/+1 |
| | |||||
* | (perform_command) raise killing messages from WARN to ERROR | Thierry Vignaud | 2012-03-25 | 1 | -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) | ||||
* | (plog_init) enable perl_checker to check callers | Thierry Vignaud | 2012-03-25 | 1 | -4/+3 |
| | |||||
* | do not import unused clean() function | Thierry Vignaud | 2012-03-24 | 2 | -2/+2 |
| | |||||
* | (dkms_compile) cosmetic | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | do not blacklist anymore RPM4 (needs latest perl_checker) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
| | |||||
* | cosmetic | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | beautify | Thierry Vignaud | 2012-03-24 | 2 | -2/+2 |
| | |||||
* | fix not using File::lockf | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (search_dkms) simplify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (clean_process) kill newly unused arg | Thierry Vignaud | 2012-03-24 | 2 | -4/+4 |
| | |||||
* | (clean) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | (clean) unexport (now unused elsewhere) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
| |