Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create _maybe_in_statedir_MD5SUM() out of _any_media_info__or_download() for ↵ | Pascal Rigaux | 2008-03-31 | 1 | -3/+8 |
| | | | | next commit | ||||
* | add_distrib_media(): be sure to override "with-dir" when calling add_medium() | Pascal Rigaux | 2008-03-28 | 1 | -1/+1 |
| | | | | | (gurpmi.addmedia was plaggued by this, but it is fixed in gurpmi.addmedia too) | ||||
* | - urpmi.update, urpmi.addmedia: | Pascal Rigaux | 2008-03-27 | 1 | -3/+8 |
| | | | | | | o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain passwords (#39434) | ||||
* | simple cleanup | Pascal Rigaux | 2008-03-27 | 1 | -4/+4 |
| | | | | | (would need some more) | ||||
* | display an error message when failing to read proxy settings | Pascal Rigaux | 2008-03-27 | 1 | -1/+9 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-25 | 1 | -1/+2 |
| | | | | | o nice error message when hal daemon is not running and is needed (#39327) | ||||
* | fix typo reported on cooker-i18n@ | Pascal Rigaux | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | o handle displaying utf8 download progression in non-utf8 terminal | Pascal Rigaux | 2008-03-20 | 1 | -1/+8 |
| | | | | | | (ie clean the full line when we can't be sure of the number of characters that will be displayed) | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-19 | 1 | -9/+9 |
| | | | | | | | | | | | | o fix getting rpms from different media on same DVD without it $blist->{medium}{mntpoint} is set during first _find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will block everything. with this commit, it won't copy rpms on disk even if on different media if same DVD. | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-03-18 | 1 | -12/+36 |
| | | | | | | | o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist: you can specify a mirror to use inside a local network, but it will default to standard mirrors when the local mirror is not available. | ||||
* | create _expand() out of _list() | Pascal Rigaux | 2008-03-18 | 1 | -6/+11 |
| | |||||
* | create _pick_one_ | Pascal Rigaux | 2008-03-18 | 1 | -5/+14 |
| | | | | | (needed for next commit) | ||||
* | create _cache__may_clean_if_outdated() out of _pick_one() | Pascal Rigaux | 2008-03-18 | 1 | -6/+19 |
| | |||||
* | handle need_restart() rooted (not very useful, except for tests!) | Pascal Rigaux | 2008-03-18 | 2 | -5/+8 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 2 | -1/+53 |
| | | | | | o tell the user to "restart system" when it is needed | ||||
* | add intersection() | Pascal Rigaux | 2008-03-17 | 1 | -1/+3 |
| | |||||
* | add N_() | Pascal Rigaux | 2008-03-17 | 1 | -1/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 1 | -2/+2 |
| | | | | | o nicer error message when database is locked (#38923) | ||||
* | handle -p and -P like urpmi | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | CD-ROM is an acronym; let's make it clear | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | handle --force | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | o do handle suggests in priority upgrades (#38778) | Pascal Rigaux | 2008-03-11 | 1 | -1/+1 |
| | | | | | otherwise perl-Hal-Cdroms suggest is not installed | ||||
* | enhance cdrom fallback without perl-Hal-Cdroms | Pascal Rigaux | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-11 | 1 | -2/+4 |
| | | | | | o have a nicer error message when perl-Hal-Cdroms is missing (#38778) | ||||
* | - modify infrastructure so that rpmdrake doesn't select all updates by | Pascal Rigaux | 2008-03-06 | 1 | -3/+13 |
| | | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake | ||||
* | create _priority_upgrade_pkgs() | Pascal Rigaux | 2008-03-06 | 1 | -8/+10 |
| | | | | | (this may be a little bit slower, but it is needed for next commit) | ||||
* | fix previous commit | Pascal Rigaux | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | move $resolve_priority_upgrades out of resolve_dependencies() into its own | Pascal Rigaux | 2008-03-06 | 1 | -18/+20 |
| | | | | | function _resolve_priority_upgrades() | ||||
* | revert what tv added, will give rpmdrake a special function for its needs | Pascal Rigaux | 2008-03-06 | 1 | -7/+2 |
| | |||||
* | (resolve_dependencies) add infrastructure so that rpmdrake doesn't | Thierry Vignaud | 2008-03-06 | 1 | -1/+2 |
| | | | | | select all updates by default (#38611) | ||||
* | nicer error message | Pascal Rigaux | 2008-03-06 | 2 | -4/+4 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-03-04 | 1 | -6/+4 |
| | |||||
* | (add_packages_to_priority_upgrade_list) prevent adding twice the same package | Thierry Vignaud | 2008-03-04 | 1 | -0/+1 |
| | |||||
* | (resolve_dependencies) add 'upgrade_callback' and | Thierry Vignaud | 2008-03-04 | 1 | -1/+5 |
| | | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code | ||||
* | (install) do not pretent removing packages from cache when there's | Thierry Vignaud | 2008-03-04 | 1 | -1/+1 |
| | | | | | nothing to remove | ||||
* | handle priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | (add_packages_to_priority_upgrade_list) introduce it so that gurpmi & | Thierry Vignaud | 2008-03-04 | 1 | -0/+6 |
| | | | | | rpmdrake can handle priority upgrade list | ||||
* | (set_priority_upgrade_option) split default priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -1/+3 |
| | | | | | needed for next commit | ||||
* | factorize common options between urpmi & gurpmi | Thierry Vignaud | 2008-03-04 | 1 | -9/+6 |
| | |||||
* | simplify | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
| | |||||
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
| | |||||
* | fix comment | Pascal Rigaux | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -0/+21 |
| | | | | | | | | o --list: speed it up (2.5x faster, and 6x faster with names.<medium>) - all tools: o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in urpmq/urpmi/urpmf (and so only if used as root) | ||||
* | - create non_modified_media() and use it | Pascal Rigaux | 2008-03-03 | 1 | -8/+14 |
| | | | | | - rename _parse_media() into parse_media() for next commit | ||||
* | add a warning for gurpmi | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | handle --test | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | handle --allow-medium-change (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+2 |
| | |||||
* | handle --expect-install (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | fix --expect-install (broken since 4.9.30!) | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| |