Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 | 1 | -1/+1 |
| | |||||
* | (dkms_compile) cosmetic | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | cosmetic | Thierry Vignaud | 2012-03-24 | 1 | -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 |
| | |||||
* | (plog_init) simplify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (add_packages) tag as unused | Thierry Vignaud | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | (urpmi_command) kill unused arg | Thierry Vignaud | 2012-03-24 | 2 | -3/+2 |
| | |||||
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 2 | -3/+2 |
| | |||||
* | (update_chroot) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -23/+0 |
| | |||||
* | (check_upload_tree) tag 'post' parameter as optional | Thierry Vignaud | 2012-03-24 | 1 | -3/+3 |
| | | | | (better perl_checker SNR) | ||||
* | (clean_process) kill unused arg | Thierry Vignaud | 2012-03-24 | 2 | -4/+4 |
| | |||||
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (clean_mnt) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -5/+0 |
| | |||||
* | (sudo) kill unused arg | Thierry Vignaud | 2012-03-24 | 4 | -45/+45 |
| | |||||
* | (clean) drop unused arg | Thierry Vignaud | 2012-03-24 | 3 | -4/+4 |
| | |||||
* | (check_upload_tree) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (get_build_requires) recreate_srpm() is actually a method call | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (update_chroot) kill unused & unpassed args; note that it never did | Thierry Vignaud | 2012-03-24 | 1 | -1/+3 |
| | | | | | anything (code commented out since introduced by mrl in r224008 on Jun 27 2007) | ||||
* | unexport update_chroot() (unused elsewhere) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 3 | -10/+6 |
| | |||||
* | Kill unionfs support | Pascal Terjan | 2012-03-17 | 3 | -149/+13 |
| | |||||
* | Never manually write to log file | Pascal Terjan | 2012-03-12 | 2 | -7/+7 |
| | |||||
* | 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 | 6 | -17/+15 |
| | |||||
* | Do not use --buildrequires for non src rpms | Pascal Terjan | 2012-03-11 | 1 | -1/+4 |
| | |||||
* | (install_packages) explicitely use --buildrequires (kill a warning in BS logs) | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | (install_packages) make it really work with multiple packages... | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Append domain when sending emails to user | Pascal Terjan | 2012-01-02 | 4 | -10/+29 |
| | |||||
* | Do not set the domain, avoids spam | Pascal Terjan | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Add a "name" in the email address, else youri fails to replace it with the ↵ | Pascal Terjan | 2012-01-01 | 1 | -1/+1 |
| | | | | forced from |