aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-241-1/+1
|
* (dkms_compile) cosmeticThierry Vignaud2012-03-241-1/+1
|
* cosmeticThierry Vignaud2012-03-241-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-242-3/+2
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-242-3/+2
|
* (update_chroot) kill unused functionThierry Vignaud2012-03-241-23/+0
|
* (check_upload_tree) tag 'post' parameter as optionalThierry Vignaud2012-03-241-3/+3
| | | | (better perl_checker SNR)
* (clean_process) kill unused argThierry Vignaud2012-03-242-4/+4
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (clean_mnt) kill unused functionThierry Vignaud2012-03-241-5/+0
|
* (sudo) kill unused argThierry Vignaud2012-03-244-45/+45
|
* (clean) drop unused argThierry Vignaud2012-03-243-4/+4
|
* (check_upload_tree) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (get_build_requires) recreate_srpm() is actually a method callThierry Vignaud2012-03-241-1/+1
|
* (update_chroot) kill unused & unpassed args; note that it never didThierry Vignaud2012-03-241-1/+3
| | | | | anything (code commented out since introduced by mrl in r224008 on Jun 27 2007)
* unexport update_chroot() (unused elsewhere)Thierry Vignaud2012-03-241-1/+0
|
* add a FIXME noteThierry Vignaud2012-03-241-0/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-243-10/+6
|
* Kill unionfs supportPascal Terjan2012-03-173-149/+13
|
* Never manually write to log filePascal Terjan2012-03-122-7/+7
|
* Lock the log file when writingPascal Terjan2012-03-121-1/+7
| | | | This allows using a shared logfile
* Get rid of ERR log levelPascal Terjan2012-03-126-17/+15
|
* Do not use --buildrequires for non src rpmsPascal Terjan2012-03-111-1/+4
|
* (install_packages) explicitely use --buildrequires (kill a warning in BS logs)Thierry Vignaud2012-02-251-1/+1
|
* (install_packages) make it really work with multiple packages...Thierry Vignaud2012-02-251-1/+1
|
* Append domain when sending emails to userPascal Terjan2012-01-024-10/+29
|
* Do not set the domain, avoids spamPascal Terjan2012-01-011-1/+1
|
* Add a "name" in the email address, else youri fails to replace it with the ↵Pascal Terjan2012-01-011-1/+1
| | | | forced from
* Generate email addresses from usernamePascal Terjan2012-01-011-4/+1
|
* Do not use mandriva maintainer database anymoreDexter Morgan2011-12-261-3/+4
|