Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add helper script to rebuild a major version of perl | Olivier Blin | 2012-07-22 | 1 | -0/+45 |
| | |||||
* | Always mark build as failed in case of error (allows to detect things like ↵ | Arnaud Patard | 2012-07-06 | 1 | -8/+6 |
| | | | | | | | errors in %clean). | ||||
* | fix another error from previous commit | Nicolas Vigier | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | fix error introduced in previous commit, noticed by pterjan | Nicolas Vigier | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | allow emi and ulri to log to a file instead of stderr by setting | Nicolas Vigier | 2012-07-05 | 3 | -2/+11 |
| | | | | | | EMI_LOG_FILE or ULRI_LOG_FILE environement variables | ||||
* | fix run variable usage | Olivier Blin | 2012-07-04 | 1 | -1/+1 |
| | |||||
* | - Fix broken test in clean_chroot, leading to chroot not being cleaned. | Arnaud Patard | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | - fix perform_command return value in case of error. | Arnaud Patard | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | fix inverted test in previous commit | Thierry Vignaud | 2012-04-17 | 1 | -2/+2 |
| | |||||
* | (_setup_additional_media) split it out of clean_chroot() | Thierry Vignaud | 2012-04-17 | 1 | -12/+19 |
| | |||||
* | (_clean_mounts) factorize cleaning | Thierry Vignaud | 2012-04-17 | 1 | -12/+13 |
| | |||||
* | (clean_chroot) simplify using urpm::file_from_local_url() | Thierry Vignaud | 2012-04-17 | 1 | -2/+1 |
| | |||||
* | (clean_chroot,new,urpmi_command) simplify using urpm::is_local_url() | Thierry Vignaud | 2012-04-17 | 2 | -4/+5 |
| | |||||
* | supplement blacklist (needed for next commits) | Thierry Vignaud | 2012-04-17 | 1 | -0/+5 |
| | |||||
* | (clean_chroot,new,urpmi_command) https is a supported protocol too | Thierry Vignaud | 2012-04-17 | 2 | -3/+3 |
| | |||||
* | (clean_chroot) rsync is a remote protocol w/o any local mount point too | Thierry Vignaud | 2012-04-17 | 2 | -3/+3 |
| | |||||
* | (clean_chroot,new,urpmi_command) sort | Thierry Vignaud | 2012-04-17 | 2 | -3/+3 |
| | |||||
* | (clean_chroot,urpmi_command) factorize/simplify a test | Thierry Vignaud | 2012-04-17 | 2 | -2/+2 |
| | | | | ("needed" for next commit) | ||||
* | (check_chroot_need_update) drop unused 'config' parameter | Thierry Vignaud | 2012-04-04 | 1 | -2/+2 |
| | | | | (spot by perl_checker) | ||||
* | (kill_for_good) more readable (?) ; comment it | Thierry Vignaud | 2012-04-04 | 1 | -11/+17 |
| | |||||
* | Drop check_build_chroot, its only goal is to force rebuilding tarball even ↵ | Pascal Terjan | 2012-04-03 | 3 | -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 Terjan | 2012-04-03 | 1 | -3/+2 |
| | | | | makes no sense | ||||
* | Drop check_chroot | Pascal Terjan | 2012-04-03 | 1 | -9/+1 |
| | |||||
* | Take tar out of build_chroot | Pascal Terjan | 2012-04-03 | 1 | -4/+5 |
| | |||||
* | Add a comment | Pascal Terjan | 2012-04-03 | 1 | -0/+1 |
| | |||||
* | Slighty simplify and do not call clean_urpmi_process | Pascal Terjan | 2012-04-03 | 1 | -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 date | Pascal Terjan | 2012-04-03 | 1 | -3/+0 |
| | |||||
* | Removed unused option from clean_chroot | Pascal Terjan | 2012-04-03 | 1 | -10/+2 |
| | |||||
* | 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 |
| |