aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (clean_chroot,urpmi_command) factorize/simplify a testThierry Vignaud2012-04-172-2/+2
| | | | ("needed" for next commit)
* (check_chroot_need_update) drop unused 'config' parameterThierry Vignaud2012-04-041-2/+2
| | | | (spot by perl_checker)
* (kill_for_good) more readable (?) ; comment itThierry Vignaud2012-04-041-11/+17
|
* Drop check_build_chroot, its only goal is to force rebuilding tarball even ↵Pascal Terjan2012-04-033-22/+11
| | | | | | if no package has changed over 7 days Also, do not recreate chroot from Urpmi.pm
* If we fail to add local user, checking if we can rebuild chroot tarball ↵Pascal Terjan2012-04-031-3/+2
| | | | makes no sense
* Drop check_chrootPascal Terjan2012-04-031-9/+1
|
* Take tar out of build_chrootPascal Terjan2012-04-031-4/+5
|
* Add a commentPascal Terjan2012-04-031-0/+1
|
* Slighty simplify and do not call clean_urpmi_processPascal Terjan2012-04-031-10/+8
| | | | If this is needed this should be done before all rm -r $chroot of this function, not just the last one
* Do not untar chroot before checking if tarball is up to datePascal Terjan2012-04-031-3/+0
|
* Removed unused option from clean_chrootPascal Terjan2012-04-031-10/+2
|
* Split code checking if tarball is up to datePascal Terjan2012-04-031-27/+26
|
* Request Core instead of Main when using --distribPascal Terjan2012-04-021-2/+3
|
* s/whell/wheel/Thierry Vignaud2012-03-261-1/+1
|
* fix warlismThierry Vignaud2012-03-261-1/+1
|
* explain from where came bug_handlerThierry Vignaud2012-03-261-0/+1
|
* (check_media) add a FIXME noteThierry Vignaud2012-03-261-0/+1
|
* (check_media) further simplifyThierry Vignaud2012-03-261-3/+1
|
* (check_media) cleanup/simplifyThierry Vignaud2012-03-261-2/+1
|
* reindentThierry Vignaud2012-03-261-4/+4
|
* (init_cache) kill unused functionThierry Vignaud2012-03-262-26/+1
|
* (recreate_srpm) kill a dead commentThierry Vignaud2012-03-261-9/+0
|
* (install_packages) stylingThierry Vignaud2012-03-261-2/+1
|
* (_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)