Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo (introduced on 2008-02-24 r237346) | Pascal Rigaux | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | rename some vars | Pascal Rigaux | 2008-02-26 | 1 | -14/+12 |
| | |||||
* | factorise | Pascal Rigaux | 2008-02-26 | 1 | -2/+1 |
| | |||||
* | create _filepath() to remove duplicated code | Pascal Rigaux | 2008-02-26 | 1 | -4/+10 |
| | |||||
* | create _mount_it() out of _examine_removable_medium_() | Pascal Rigaux | 2008-02-26 | 1 | -2/+11 |
| | |||||
* | create _examine_removable_medium_ out of _examine_removable_medium | Pascal Rigaux | 2008-02-26 | 1 | -8/+17 |
| | |||||
* | change _check_notfound() parameter | Pascal Rigaux | 2008-02-26 | 1 | -4/+4 |
| | |||||
* | oops, revert previous commit | Pascal Rigaux | 2008-02-26 | 1 | -1/+2 |
| | |||||
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -2/+1 |
| | |||||
* | add comment | Pascal Rigaux | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | s/unless/if (!/ | Pascal Rigaux | 2008-02-26 | 1 | -2/+2 |
| | |||||
* | create _get_removables_or_check_mounted() out of ↵ | Pascal Rigaux | 2008-02-26 | 1 | -8/+17 |
| | | | | copy_packages_of_removable_media() | ||||
* | move $examine_removable_medium sub out of copy_packages_of_removable_media | Pascal Rigaux | 2008-02-26 | 1 | -16/+17 |
| | |||||
* | - move $check_notfound sub out of copy_packages_of_removable_media | Pascal Rigaux | 2008-02-26 | 1 | -18/+19 |
| | | | | | - really fix _mounted_mntpoints() | ||||
* | add some comments | Pascal Rigaux | 2008-02-26 | 1 | -0/+3 |
| | |||||
* | oops, fix previous "cleaning" commit, introduce _mounted_mntpoints() | Pascal Rigaux | 2008-02-26 | 1 | -2/+7 |
| | |||||
* | add some comments | Pascal Rigaux | 2008-02-26 | 1 | -0/+4 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-02-26 | 1 | -11/+6 |
| | |||||
* | supermount is dead! | Pascal Rigaux | 2008-02-26 | 1 | -3/+3 |
| | |||||
* | supermount is dead! | Pascal Rigaux | 2008-02-26 | 1 | -20/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-02-26 | 1 | -0/+1 |
| | | | | | o fix using proxy with curl (#38143) | ||||
* | do not die on bad ini file | Pascal Rigaux | 2008-02-25 | 1 | -1/+2 |
| | |||||
* | download mirrorlist silently | Pascal Rigaux | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 2 | -1/+2 |
| | | | | | | o fix "using one big transaction" that occurs when using --keep (#30198) (part of the fix is in perl-URPM 3.09) | ||||
* | - urpmi | Pascal Rigaux | 2008-02-25 | 1 | -4/+4 |
| | | | | | o --test: only display "Installation is possible" when it is the case (#29837) | ||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 |
| | | | | | o add --conflicts | ||||
* | - urpmq: | Pascal Rigaux | 2008-02-25 | 1 | -2/+2 |
| | | | | | | o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176) | ||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-25 | 1 | -2/+7 |
| | | | | | o handle variables $ARCH/$RELEASE in mirrorlist | ||||
* | typo fix | Thierry Vignaud | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | (run) kill 'bad_rpms' & 'missing_files_summary' callbacks, reusing | Thierry Vignaud | 2008-02-25 | 1 | -7/+7 |
| | | | | | existing unused 'message' callback | ||||
* | display a "bad rpms" message instead of "files are missing" when the ↵ | Pascal Rigaux | 2008-02-24 | 2 | -13/+26 |
| | | | | | | | | | | downloaded rpm is bad. this adds a new callback for rpmdrake: "bad_rpms" this modifies the API of urpm::get_pkgs::download_packages_of_distant_media ($error_sources is now { url => reason } instead of { id => url }) | ||||
* | create hide_password() (to be used in urpm::main_loop to remove duplication) | Pascal Rigaux | 2008-02-24 | 1 | -2/+7 |
| | |||||
* | further simplify (allowed by making "moving file" fatal) | Pascal Rigaux | 2008-02-24 | 1 | -2/+1 |
| | |||||
* | fix typo in previous commit | Pascal Rigaux | 2008-02-24 | 1 | -1/+1 |
| | |||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-24 | 4 | -9/+14 |
| | | | | | | o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir) | ||||
* | make it fatal to fail to remove cachedir rpms | Pascal Rigaux | 2008-02-24 | 1 | -2/+4 |
| | |||||
* | - do not say "removing installed rpms" for rpms which are not in cachedir | Pascal Rigaux | 2008-02-24 | 1 | -4/+13 |
| | | | | | | | - do not say "removing installed rpms" for rpms which were not scheduled to be installed, instead remove those rpms from cachedir with a special error message | ||||
* | urpmf: fix mirrolist handling | Pascal Rigaux | 2008-02-23 | 1 | -2/+3 |
| | |||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 4 | -16/+288 |
| | | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-02-23 | 1 | -4/+13 |
| | | | | | | o don't fail on remaining statedir files (#36267) (especially useful when using media.d/*.cfg) | ||||
* | simplify ("list" is not used anymore) | Pascal Rigaux | 2008-02-23 | 1 | -7/+7 |
| | |||||
* | fix typo calling _is_local_virtual | Pascal Rigaux | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | get_content() as a wrapper around sync() to get file content | Pascal Rigaux | 2008-02-22 | 1 | -0/+15 |
| | |||||
* | rename conf_file__rel_media into with-dir | Pascal Rigaux | 2008-02-21 | 2 | -4/+4 |
| | | | | | (since it will be used in urpmi.cfg too, it needs a less verbose name) | ||||
* | create _new_distribconf_and_download() and use it | Pascal Rigaux | 2008-02-21 | 1 | -6/+15 |
| | | | | | (for future commit) | ||||
* | - fix typo _is_local_virtual() and _is_remote_virtual() | Pascal Rigaux | 2008-02-21 | 1 | -6/+11 |
| | | | | | - introduce _local_file() | ||||
* | do not use an undefined value | Pascal Rigaux | 2008-02-21 | 1 | -7/+7 |
| | |||||
* | - urpmi handles /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2008-02-14 | 2 | -4/+99 |
| | | | | | | | as an alternative to using urpmi.addmedia nb: need documentation | ||||
* | ensure that aria2 doesn't connect multiple times to same host with different ↵ | Per Øyvind Karlsen | 2008-02-13 | 1 | -0/+1 |
| | | | | protocols |