aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (_install_callback) split it out of install_packages()Thierry Vignaud2012-03-261-57/+63
|
* (install_packages) reduce a variable scopeThierry Vignaud2012-03-261-1/+1
|
* (recreate_srpm) document it + perl_checker cleanupThierry Vignaud2012-03-261-1/+2
|
* (new) kill old resolved code that blino commented out in r130 on NovThierry Vignaud2012-03-261-9/+0
| | | | 24 2010
* (fork_to_monitor) always say why iurt got killed due to space issuesThierry Vignaud2012-03-262-2/+3
|
* log previous changesThierry Vignaud2012-03-261-0/+101
|
* supplement blacklistThierry Vignaud2012-03-261-0/+1
|
* better error messages when running as root or w/o sudoThierry Vignaud2012-03-261-2/+2
| | | | (no line numbers in output)
* fix variables after previous commitThierry Vignaud2012-03-261-8/+8
|
* (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
|
* (add_packages) add a note about buggy (but unused) codeThierry Vignaud2012-03-251-0/+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)
* (plog_init) enable perl_checker to check callersThierry Vignaud2012-03-251-4/+3
|
* do not import unused clean() functionThierry Vignaud2012-03-242-2/+2
|
* (dkms_compile) cosmeticThierry Vignaud2012-03-241-1/+1
|
* do not blacklist anymore RPM4 (needs latest perl_checker)Thierry Vignaud2012-03-241-1/+0
|
* cosmeticThierry Vignaud2012-03-241-2/+2
|
* beautifyThierry Vignaud2012-03-242-2/+2
|
* fix not using File::lockfThierry Vignaud2012-03-241-1/+1
|
* (search_dkms) simplifyThierry Vignaud2012-03-241-1/+1
|
* (clean_process) kill newly unused argThierry Vignaud2012-03-242-4/+4
|
* (clean) kill unused argThierry Vignaud2012-03-241-2/+2
|
* (clean) unexport (now unused elsewhere)Thierry Vignaud2012-03-241-1/+0
|
* (plog_init) simplifyThierry Vignaud2012-03-241-1/+1
|
* (add_packages) tag as unusedThierry Vignaud2012-03-241-0/+1
|
* (urpmi_command) kill unused argThierry Vignaud2012-03-243-5/+4
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-243-5/+4
|
* (update_chroot) kill unused functionThierry Vignaud2012-03-241-23/+0
|
* (check_pid) kill unused 'local' argThierry Vignaud2012-03-241-2/+2
|
* (check_upload_tree) tag 'post' parameter as optionalThierry Vignaud2012-03-241-3/+3
| | | | (better perl_checker SNR)
* (add_sudoers) kill unused argThierry Vignaud2012-03-241-3/+3
|
* (process_queue) tag 'quiet' parameter as optionalThierry Vignaud2012-03-241-2/+2
|
* add a FIXME note about missing parametersThierry Vignaud2012-03-241-0/+1
|
* (upload_prefix_in_section) last param is optionalThierry Vignaud2012-03-241-2/+2
| | | | (helps perl_checker)
* (clean_process) kill unused argThierry Vignaud2012-03-242-4/+4
|