Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test "urpmq --list" | Pascal Rigaux | 2008-01-15 | 1 | -0/+6 |
| | |||||
* | - urpmq | Pascal Rigaux | 2008-01-15 | 2 | -0/+4 |
| | | | | | | | o fix --list (regression introduced in 5.0) (those lines were wrongly dropped in r232614 2007-12-19) | ||||
* | deprecate "urpmq --requires" | Pascal Rigaux | 2008-01-14 | 2 | -1/+5 |
| | |||||
* | o deprecate "urpmq -R" and "urpmq -RR" | Pascal Rigaux | 2008-01-14 | 2 | -2/+7 |
| | |||||
* | fix documentation for "urpmq -d" | Pascal Rigaux | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-01-14 | 5 | -6/+19 |
| | | | | | o add --sourcerpm | ||||
* | - urpmf: | Pascal Rigaux | 2008-01-14 | 2 | -1/+4 |
| | | | | | o fix --license | ||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 15 | -63/+561 |
| | | | | | | | | | | | | | | | | | | | - 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 | 2 | -2/+2 |
| | | | | | | | | | | | | 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) | ||||
* | enhance comment | Pascal Rigaux | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-01-11 | 2 | -6/+5 |
| | | | | | o use URPM::Package->changelogs (need perl-URPM 3.06) | ||||
* | use a var name $id instead of $_ | Pascal Rigaux | 2008-01-10 | 1 | -3/+3 |
| | |||||
* | move the list of known tags out of urpm/args.pm into urpmf, | Pascal Rigaux | 2008-01-10 | 2 | -38/+38 |
| | | | | | | 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 | 2 | -4/+4 |
| | |||||
* | no_second_pass option is no more (since "drop hdlist support") | Pascal Rigaux | 2008-01-10 | 2 | -2/+0 |
| | |||||
* | add put_in_hash() for future use | Pascal Rigaux | 2008-01-10 | 1 | -1/+2 |
| | |||||
* | - urpmf | Pascal Rigaux | 2008-01-10 | 2 | -1/+4 |
| | | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (was fixed for multitags, but not for simple tags) | ||||
* | 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 | 2 | -7/+15 |
| | | | | | | 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 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-01-08 | 2 | -1/+4 |
| | | | | | | | | | o always prompt before doing a priority-upgrade transaction, even if there is only one priority upgrade package (since there will be more packages to install after restarting urpmi) see bug #36483 which mention this | ||||
* | update | José Melo | 2008-01-04 | 1 | -5/+5 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-12-26 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-12-25 | 1 | -1/+1 |
| | |||||
* | oops, fix previous commit | Pascal Rigaux | 2007-12-21 | 1 | -2/+2 |
| | |||||
* | add bug number | Pascal Rigaux | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | add a test case for #27417 (no fix yet) | Pascal Rigaux | 2007-12-20 | 2 | -0/+56 |
| | |||||
* | reduce verbosity | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 2 | -1/+2 |
| | | | | | 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 | 11 | -51/+5 |
| | | | | | | | 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 | 3 | -141/+71 |
| | | | | | | | | | (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 | 24 | -694/+274 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | also check the pkg correctly builds with files | Pascal Rigaux | 2007-12-18 | 3 | -4/+10 |
| |