summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* - library:Pascal Rigaux2008-09-041-0/+3
| | | | | o modify urpm::download::get_content() to work as non-superuser
* for next commitPascal Rigaux2008-09-041-2/+0
|
* - urpmiPascal Rigaux2008-07-102-2/+2
| | | | | | | o fix --parallel --auto-select when one box is up-to-date but not the others (#41924) (backported from trunk)
* - urpmiPascal Rigaux2008-06-261-1/+4
| | | | | o fix displaying "files are missing" (regression introduced in 5.6)
* - urpmq:Pascal Rigaux2008-04-031-2/+13
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)
* - urpmfPascal Rigaux2008-04-011-0/+6
| | | | | | o in some cases (iso on disk), the hdlist is not available in media/xxx/media_info/, but we can use the statedir copy. So use it
* - urpmf:Pascal Rigaux2008-03-311-8/+21
| | | | | | o check usage of -a, -! and the like instead of displaying the ugly "Internal error: syntax error ..."
* create add_urpmf_binary_op() and add_urpmf_unary_op(),Pascal Rigaux2008-03-311-3/+13
| | | | | nothing changed yet (see next commit)
* - urpmi.addmedia:Pascal Rigaux2008-03-311-3/+5
| | | | | | o --mirrorlist: if the retrieved media.cfg is broken, try another mirror (#39591, it also workarounds #39592)
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-03-311-2/+3
| | | | | | o correctly handle media with no xml-info when using "xml-info: always" (#39521)
* create _maybe_in_statedir_MD5SUM() out of _any_media_info__or_download() for ↵Pascal Rigaux2008-03-311-3/+8
| | | | next commit
* add_distrib_media(): be sure to override "with-dir" when calling add_medium()Pascal Rigaux2008-03-281-1/+1
| | | | | (gurpmi.addmedia was plaggued by this, but it is fixed in gurpmi.addmedia too)
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-03-271-3/+8
| | | | | | o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain passwords (#39434)
* simple cleanupPascal Rigaux2008-03-271-4/+4
| | | | | (would need some more)
* display an error message when failing to read proxy settingsPascal Rigaux2008-03-271-1/+9
|
* - urpmi:Pascal Rigaux2008-03-251-1/+2
| | | | | o nice error message when hal daemon is not running and is needed (#39327)
* fix typo reported on cooker-i18n@Pascal Rigaux2008-03-251-1/+1
|
* o handle displaying utf8 download progression in non-utf8 terminalPascal Rigaux2008-03-201-1/+8
| | | | | | (ie clean the full line when we can't be sure of the number of characters that will be displayed)
* - urpmi:Pascal Rigaux2008-03-191-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 Rigaux2008-03-181-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 Rigaux2008-03-181-6/+11
|
* create _pick_one_Pascal Rigaux2008-03-181-5/+14
| | | | | (needed for next commit)
* create _cache__may_clean_if_outdated() out of _pick_one()Pascal Rigaux2008-03-181-6/+19
|
* handle need_restart() rooted (not very useful, except for tests!)Pascal Rigaux2008-03-182-5/+8
|
* - urpmi:Pascal Rigaux2008-03-172-1/+53
| | | | | o tell the user to "restart system" when it is needed
* add intersection()Pascal Rigaux2008-03-171-1/+3
|
* add N_()Pascal Rigaux2008-03-171-1/+2
|
* - urpmi:Pascal Rigaux2008-03-171-2/+2
| | | | | o nicer error message when database is locked (#38923)
* handle -p and -P like urpmiThierry Vignaud2008-03-171-1/+1
|
* CD-ROM is an acronym; let's make it clearThierry Vignaud2008-03-131-1/+1
|
* handle --forceThierry Vignaud2008-03-131-1/+1
|
* o do handle suggests in priority upgrades (#38778)Pascal Rigaux2008-03-111-1/+1
| | | | | otherwise perl-Hal-Cdroms suggest is not installed
* enhance cdrom fallback without perl-Hal-CdromsPascal Rigaux2008-03-111-1/+1
|
* - urpmi:Pascal Rigaux2008-03-111-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 byPascal Rigaux2008-03-061-3/+13
| | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake
* create _priority_upgrade_pkgs()Pascal Rigaux2008-03-061-8/+10
| | | | | (this may be a little bit slower, but it is needed for next commit)
* fix previous commitPascal Rigaux2008-03-061-2/+2
|
* move $resolve_priority_upgrades out of resolve_dependencies() into its ownPascal Rigaux2008-03-061-18/+20
| | | | | function _resolve_priority_upgrades()
* revert what tv added, will give rpmdrake a special function for its needsPascal Rigaux2008-03-061-7/+2
|
* (resolve_dependencies) add infrastructure so that rpmdrake doesn'tThierry Vignaud2008-03-061-1/+2
| | | | | select all updates by default (#38611)
* nicer error messagePascal Rigaux2008-03-062-4/+4
|
* cleanupPascal Rigaux2008-03-041-6/+4
|
* (add_packages_to_priority_upgrade_list) prevent adding twice the same packageThierry Vignaud2008-03-041-0/+1
|
* (resolve_dependencies) add 'upgrade_callback' andThierry Vignaud2008-03-041-1/+5
| | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code
* (install) do not pretent removing packages from cache when there'sThierry Vignaud2008-03-041-1/+1
| | | | | nothing to remove
* handle priority upgrade listThierry Vignaud2008-03-041-1/+1
|
* (add_packages_to_priority_upgrade_list) introduce it so that gurpmi &Thierry Vignaud2008-03-041-0/+6
| | | | | rpmdrake can handle priority upgrade list
* (set_priority_upgrade_option) split default priority upgrade listThierry Vignaud2008-03-041-1/+3
| | | | | needed for next commit
* factorize common options between urpmi & gurpmiThierry Vignaud2008-03-041-9/+6
|
* simplifyPascal Rigaux2008-03-031-1/+1
|