Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o fix displaying error message when failing to lock (regression in 5.1) | Pascal Rigaux | 2008-01-17 | 1 | -2/+2 |
| | | | | | (thanks to blino) | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-17 | 2 | -1/+9 |
| | | | | | o add --provides | ||||
* | - all tools: | Pascal Rigaux | 2008-01-17 | 1 | -2/+6 |
| | | | | | | o deprecate --curl and --wget in favor of --downloader curl and --downloader --wget | ||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-01-15 | 1 | -1/+2 |
| | | | | | | | o fix using xml info files with spaces in medium name (as reported in a comment of bug #36742) | ||||
* | fix calls to {fatal} | Pascal Rigaux | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | deprecate "urpmq --requires" | Pascal Rigaux | 2008-01-14 | 1 | -0/+4 |
| | |||||
* | o deprecate "urpmq -R" and "urpmq -RR" | Pascal Rigaux | 2008-01-14 | 1 | -2/+6 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-01-14 | 1 | -0/+1 |
| | | | | | o add --sourcerpm | ||||
* | - urpmf: | Pascal Rigaux | 2008-01-14 | 1 | -1/+1 |
| | | | | | o fix --license | ||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 5 | -16/+358 |
| | | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option | ||||
* | factorize code with statedir_media_info_file() | Pascal Rigaux | 2008-01-11 | 1 | -3/+7 |
| | |||||
* | create _copy_media_info_file() out of _get_list_or_pubkey__local() | Pascal Rigaux | 2008-01-11 | 1 | -5/+14 |
| | |||||
* | better fix for "always prompt before doing a priority-upgrade transaction, | Pascal Rigaux | 2008-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi)" since we don't want to prompt if all pkgs have been especially prompted on command-line also not using suggests when selecting pkgs in priority-upgrade (nb: this may by-pass some suggests in priority-upgrade pkgs, need more checking) | ||||
* | move the list of known tags out of urpm/args.pm into urpmf, | Pascal Rigaux | 2008-01-10 | 1 | -25/+4 |
| | | | | | | and remove duplicated list (nb: conf_files has been added to command-line, but this won't hurt afaik) | ||||
* | normalize to fit xml_info names | Pascal Rigaux | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | no_second_pass option is no more (since "drop hdlist support") | Pascal Rigaux | 2008-01-10 | 1 | -1/+0 |
| | |||||
* | add put_in_hash() for future use | Pascal Rigaux | 2008-01-10 | 1 | -1/+2 |
| | |||||
* | fix regression (introduced long ago: 2006-11-15): correctly detect ldap is ↵ | Pascal Rigaux | 2008-01-10 | 1 | -3/+3 |
| | | | | | | | not configured (otherwise it introduces weird issues...) | ||||
* | when doing urpmi.addmedia on a remote medium, we first look for | Pascal Rigaux | 2008-01-08 | 1 | -7/+12 |
| | | | | | | synthesis.hdlist.cz, but we should also download MD5SUM and check synthesis.hdlist.cz (the checking was only done on urpmi.update) | ||||
* | better error message: "copying" is not adapted for something we downloaded, ↵ | Pascal Rigaux | 2008-01-08 | 1 | -1/+1 |
| | | | | "retrieval" works better for both copied/retrieved cases | ||||
* | drop synthesis_for_virtual_medium() since it is unused | Pascal Rigaux | 2008-01-08 | 1 | -4/+0 |
| | |||||
* | create _download_MD5SUM() out of ↵ | Pascal Rigaux | 2008-01-08 | 1 | -6/+12 |
| | | | | _update_medium__parse_if_unmodified__remote() for future use | ||||
* | cosmetic: display "updated medium xxx" when we're done with it | Pascal Rigaux | 2008-01-08 | 1 | -5/+4 |
| | |||||
* | - rename _get_list_or_pubkey__remote() into _download_list_or_pubkey() | Pascal Rigaux | 2008-01-08 | 1 | -4/+11 |
| | | | | | - create _download_media_info_file() out of _download_list_or_pubkey() for future use | ||||
* | create get_medium_option() for future use | Pascal Rigaux | 2008-01-08 | 1 | -0/+6 |
| | |||||
* | reduce verbosity | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 1 | -1/+1 |
| | | | | | o enhancement: only parse updated synthesis | ||||
* | statedir_MD5SUM must be removed | Pascal Rigaux | 2007-12-19 | 1 | -1/+1 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 2 | -9/+3 |
| | | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :) | ||||
* | rename functions (there is only one pass now) | Pascal Rigaux | 2007-12-19 | 1 | -4/+4 |
| | |||||
* | don't allow getting a different pubkey unless using forcekey | Pascal Rigaux | 2007-12-19 | 1 | -4/+3 |
| | | | | | (ie revert to behaviour prior to 2007-12-10) | ||||
* | fix comment | Pascal Rigaux | 2007-12-19 | 1 | -2/+2 |
| | |||||
* | simplify | Pascal Rigaux | 2007-12-19 | 1 | -7/+9 |
| | |||||
* | move things where it should be done | Pascal Rigaux | 2007-12-19 | 1 | -11/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2007-12-19 | 1 | -13/+4 |
| | |||||
* | small cleanup | Pascal Rigaux | 2007-12-19 | 1 | -5/+5 |
| | |||||
* | o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name> | Pascal Rigaux | 2007-12-19 | 2 | -141/+68 |
| | | | | | | | | | (this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments) | ||||
* | since we check md5sum, don't also check size & mtime | Pascal Rigaux | 2007-12-19 | 1 | -14/+2 |
| | |||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 5 | -579/+216 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | - urpmi: | Pascal Rigaux | 2007-12-12 | 1 | -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 Karlsen | 2007-12-11 | 2 | -8/+84 |
| | |||||
* | fix typo in previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-10 | 1 | -11/+6 |
| | | | | | | o adapt to perl-URPM 2.11 API to parse pubkey files (nb: $urpm->{keys} is not used anymore) | ||||
* | fix previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | | | | | o handle --suggests (to override urpmi.cfg global option "no-suggests") (#36007) | ||||
* | fix writing no-suggests global option | Pascal Rigaux | 2007-12-10 | 1 | -2/+4 |
| | |||||
* | (find_packages_to_remove) fix comment | Thierry Vignaud | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | not being able to access the medium directory (for a local medium) is an error! | Pascal Rigaux | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-05 | 1 | -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 Rigaux | 2007-12-05 | 1 | -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 |