summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* - all tools:Pascal Rigaux2007-12-195-579/+216
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - urpmi:Pascal Rigaux2007-12-121-13/+0
| | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline
* add support for aria2 (and thus support for metalink handling as well:)Per Øyvind Karlsen2007-12-112-8/+84
|
* fix typo in previous commitPascal Rigaux2007-12-101-1/+1
|
* - urpmi.addmedia:Pascal Rigaux2007-12-101-11/+6
| | | | | | o adapt to perl-URPM 2.11 API to parse pubkey files (nb: $urpm->{keys} is not used anymore)
* fix previous commitPascal Rigaux2007-12-101-1/+1
|
* - urpmi:Pascal Rigaux2007-12-101-1/+1
| | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007)
* fix writing no-suggests global optionPascal Rigaux2007-12-101-2/+4
|
* (find_packages_to_remove) fix commentThierry Vignaud2007-12-061-1/+1
|
* not being able to access the medium directory (for a local medium) is an error!Pascal Rigaux2007-12-051-1/+1
|
* - urpmi.addmedia:Pascal Rigaux2007-12-051-0/+3
| | | | | | | | o exit code 1 when a medium can't be added and simplifies a mess in urpmi.addmedia: this mess is not needed anymore since update_media() will exit on error
* - urpmi.update:Pascal Rigaux2007-12-051-3/+12
| | | | | | | | o exit code 1 when a (selected) medium can't be updated (#35952) o leave early with error if no medium were successfull updated nb: also fix returning "unmodified" instead of "1" when a medium is not updated
* - urpmi.addmedia:Pascal Rigaux2007-12-051-1/+1
| | | | | | o enhance parsing of urls with login:password for logins with "@" so that password doesn't end up in urpmi.cfg
* - urpmi:Pascal Rigaux2007-11-301-1/+1
| | | | | | | o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still install "valid"
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-281-5/+0
|
* ensure "urpmq --fuzzy" displays each packages alone on its line.Pascal Rigaux2007-11-281-2/+6
| | | | | | | | | | | | | | this regression was introduced in commit r231535: there is no reason search_packages should return multiple pkgs with same fullname when using {provides}, and should not otherwise a "better" fix could be done in urpmq. nb: "urpmq -d basesystem" still use "|" for choices, but "urpmq --sources -d basesystem" doesn't, so it's quite broken...
* - urpmq:Pascal Rigaux2007-11-281-4/+3
| | | | | o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
* - urpmq:Pascal Rigaux2007-11-281-1/+1
| | | | | o new option --requires-recursive (alias of option -d)
* - urpmiPascal Rigaux2007-11-191-1/+1
| | | | | | | | | o --auto-update is quite unsafe, but at least now it should be cleaner (ensure $urpm doesn't have media twice) bug triggered by --auto-update --update. still --auto-update --update should not update non-update media...
* - urpmiPascal Rigaux2007-11-161-7/+7
| | | | | o fix --limit-rate (regression introduced in 4.9.12)
* remove unneeded codePascal Rigaux2007-11-151-9/+0
| | | | | (this fixes pubkey checks when a src.rpm is available in more than one media)
* fix resolve_dependencies for install_src Pascal Rigaux2007-11-151-1/+1
| | | | | | | (broken since search_packages can return more than one src.rpm) anyway, this code is not needed and will be dropped
* factorize some code by creating search_packagesPascal Rigaux2007-11-151-16/+26
|
* - urpmi:Pascal Rigaux2007-11-151-1/+9
| | | | | | | | o fix "urpmi --install-src" (regression introduced in 4.10.9) nb: packages_by_name can't be used here since $urpm->{provides} doesn't have src.rpm so a full search is needed
* there is no reason search_packages should return multiple pkgs with samePascal Rigaux2007-11-151-3/+6
| | | | | | | fullname when using {provides}, and should not otherwise (will cleanup duplication in next commit)
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-142-2/+5
| | | | | (allow to test nofsync and private db)
* - urpmi:Pascal Rigaux2007-11-141-1/+1
| | | | | | o with rsync, use --copy-links (to have the same behaviour as http/ftp, and so allow symlinks on the server)
* - rename $_ into $vPascal Rigaux2007-10-151-8/+11
| | | | | - add some debug (it may help dvalin)
* - library:Pascal Rigaux2007-10-041-0/+4
| | | | | o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
* - urpmiPascal Rigaux2007-10-021-0/+5
| | | | | o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
* create urpm::sys::clean_rpmdb_shared_regions() and use itPascal Rigaux2007-10-021-0/+5
|
* - urpm::media::update_media:Pascal Rigaux2007-09-271-9/+13
| | | | | | | | | o ensure a second pass is done even if media has not been modified (useful for the %trigger trick done in urpmi to rebuild synthesis with suggests) without it, file provides are not computed properly
* use existing function (thanks titi)Pascal Rigaux2007-09-271-2/+2
|
* - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655)Pascal Rigaux2007-09-171-12/+17
|
* reverting commit (13 March 2006): Pascal Rigaux2007-09-132-7/+5
| | | | | | | "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented
* do display computed transaction with --debug__do_not_install even if --debugPascal Rigaux2007-09-122-3/+7
| | | | | is not used
* previous commit was making some wrong assumptions when simplifyingPascal Rigaux2007-09-121-4/+13
| | | | | selected2list(). it needs to be a little more complex...
* simplifyPascal Rigaux2007-09-111-3/+1
|
* unrequested doesn't exist, removing itPascal Rigaux2007-09-111-2/+0
|
* - urpmfPascal Rigaux2007-09-111-3/+2
| | | | | | | o fix --synthesis (by handling synthesis argument the same way in urpmq, urpmi and urpmf)
* simplify selected2list() mess Pascal Rigaux2007-09-111-75/+24
| | | | | => make it instantaneous instead of taking 20% of the time of a small urpmi command
* move cleaning of cachedir out of selected2list()Pascal Rigaux2007-09-112-8/+10
|
* simplify error handlingPascal Rigaux2007-09-111-14/+2
|
* fix error in previous commitPascal Rigaux2007-09-101-1/+1
|
* fix error in previous commitPascal Rigaux2007-09-101-1/+1
|
* if there is a prefered package, it's the first onePascal Rigaux2007-09-101-1/+5
|
* implement default choice for rangePascal Rigaux2007-09-101-2/+2
| | | | | | (previous tentative was not very good. i don't know in which case $input is undef)
* - urpmi, urpmePascal Rigaux2007-09-101-3/+11
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* use ">" instead of "*" to mean ellipsis Pascal Rigaux2007-09-101-1/+1
| | | | | (as suggested by Olivier Faurax on cooker@)
* do not use netrc for protocol sshPascal Rigaux2007-09-101-1/+1
|