Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmf | Pascal Rigaux | 2008-02-25 | 1 | -0/+1 |
| | | | | | o fix fallback on hdlist when xml-info not found | ||||
* | - urpmf | Pascal Rigaux | 2008-02-22 | 1 | -2/+7 |
| | | | | | o fallback on hdlist when xml-info not found (useful for old distribs) | ||||
* | nocheck_access is quite wrong nowadays afaik | Pascal Rigaux | 2008-02-05 | 1 | -1/+0 |
| | |||||
* | - urpmf: | Pascal Rigaux | 2008-01-30 | 1 | -2/+1 |
| | | | | | o fix --synthesis | ||||
* | - urpmf: | Pascal Rigaux | 2008-01-18 | 1 | -6/+40 |
| | | | | | | o add special code for --files simple case, it makes urpmf 3x faster for this often used case | ||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -14/+79 |
| | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | move the list of known tags out of urpm/args.pm into urpmf, | Pascal Rigaux | 2008-01-10 | 1 | -13/+34 |
| | | | | | | and remove duplicated list (nb: conf_files has been added to command-line, but this won't hurt afaik) | ||||
* | no_second_pass option is no more (since "drop hdlist support") | Pascal Rigaux | 2008-01-10 | 1 | -1/+0 |
| | |||||
* | - urpmf | Pascal Rigaux | 2008-01-10 | 1 | -1/+1 |
| | | | | | | 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) | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -8/+4 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | create urpm->new_parse_cmdline and use it | Pascal Rigaux | 2007-12-12 | 1 | -2/+1 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | - all tools: | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 |
| | | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage) | ||||
* | fix previous commit | Pascal Rigaux | 2007-09-27 | 1 | -0/+1 |
| | |||||
* | - urpmf | Pascal Rigaux | 2007-09-27 | 1 | -4/+4 |
| | | | | | o fix -a and -o | ||||
* | - urpmf | Pascal Rigaux | 2007-08-21 | 1 | -0/+1 |
| | | | | | o display "usage" when no <pattern-expression> is given (#32658) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -1/+2 |
| | | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69 | ||||
* | handle urpmf --license | Pascal Rigaux | 2007-08-02 | 1 | -0/+2 |
| | |||||
* | fix debugging urpmf callback | Pascal Rigaux | 2007-08-02 | 1 | -3/+2 |
| | |||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -1/+1 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | - normalize verbose option handling over $options{verbose} | Pascal Rigaux | 2007-08-01 | 1 | -2/+1 |
| | | | | | - handle $rpm_opt where it is used | ||||
* | we really don't want logs on stdout for urpmq/urpmf | Pascal Rigaux | 2007-06-19 | 1 | -1/+3 |
| | | | | | (esp. for "adding medium ..." when using --use-distrib) | ||||
* | - urpmf | Pascal Rigaux | 2007-06-18 | 1 | -1/+1 |
| | | | | | | | o bug fix -m (#31452) (bug introduced when moving code to urpm::media) | ||||
* | - urpmf | Pascal Rigaux | 2007-06-14 | 1 | -0/+2 |
| | | | | | o add option --use-distrib | ||||
* | - urpmf | Pascal Rigaux | 2007-05-31 | 1 | -1/+1 |
| | | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory | ||||
* | perl_checker compliance | Pascal Rigaux | 2007-02-26 | 1 | -8/+7 |
| | |||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -7/+1 |
| | | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking | ||||
* | don't have a global variable to hold locks, otherwise code can't lock twice | Pascal Rigaux | 2006-11-23 | 1 | -3/+3 |
| | | | | | non-exclusive | ||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2006-11-21 | 1 | -6/+5 |
| | |||||
* | indent the description and do not display on first line. | Pascal Rigaux | 2006-11-07 | 1 | -0/+2 |
| | | | | | | | this allow processing of the output of urpmf (as required by Erwan Velu) for now choosing not to filter description (as suggested by rgs) | ||||
* | pre-compute part of the qf in case of multitag | Pascal Rigaux | 2006-11-07 | 1 | -1/+8 |
| | | | | | => around 25% speedup for file search and 10% speedup for requires search | ||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | simplify: drop $multi, $multitag is enough | Pascal Rigaux | 2006-11-07 | 1 | -9/+4 |
| | |||||
* | factorize | Pascal Rigaux | 2006-11-07 | 1 | -7/+7 |
| | |||||
* | move the "\n" in the print, it's nicer (but no real speedup) | Pascal Rigaux | 2006-11-07 | 1 | -2/+2 |
| | |||||
* | use $s instead of $_, it's cleaner and same speed | Pascal Rigaux | 2006-11-07 | 1 | -6/+4 |
| | |||||
* | rewrite the generation of the callback code | Pascal Rigaux | 2006-11-07 | 1 | -29/+36 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-06 | 1 | -12/+13 |
| | |||||
* | Add a new option -I to urpmf | Rafael Garcia-Suarez | 2006-05-19 | 1 | -0/+1 |
| | |||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -2/+2 |
| | |||||
* | Use stdout for informational messages, not stderr | Rafael Garcia-Suarez | 2006-02-08 | 1 | -3/+3 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | small changes to translatable strings, to avoid duplication | Pablo Saratxaga | 2005-10-27 | 1 | -20/+20 |
| | | | | | and to reuse existing translations when possible | ||||
* | Sort better in -h output | Rafael Garcia-Suarez | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | Overhaul inline help | Rafael Garcia-Suarez | 2005-10-20 | 1 | -34/+38 |
| | |||||
* | New urpmf option : -F (like in awk :) | Rafael Garcia-Suarez | 2005-10-20 | 1 | -2/+5 |
| | |||||
* | Adapt loop exit in callback in level of nesting | Rafael Garcia-Suarez | 2005-10-20 | 1 | -2/+3 |
| |