Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it more clear what message is parsed | Pascal Rigaux | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-07-08 | 1 | -1/+3 |
| | | | | | | | o --test: display "Removal is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?) | ||||
* | make it more explicit we are actually testing removal, not really removing | Pascal Rigaux | 2008-07-08 | 1 | -1/+3 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 1 | -3/+33 |
| | |||||
* | fix "urpme -a" (bug introduced in r243154 2008-07-02) | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | o enhance error message "Removing the following package will break your ↵ | Pascal Rigaux | 2008-07-03 | 1 | -5/+4 |
| | | | | system" | ||||
* | factorize options handling | Pascal Rigaux | 2008-07-03 | 1 | -2/+1 |
| | |||||
* | fix typo in r243151 | Pascal Rigaux | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | factorize code | Pascal Rigaux | 2008-07-03 | 1 | -14/+9 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-07-02 | 1 | -1/+7 |
| | | | | | o indent the list of packages to be removed | ||||
* | simplify: use same message in --test mode | Pascal Rigaux | 2008-07-02 | 1 | -10/+10 |
| | |||||
* | re-indent (for future commit) | Pascal Rigaux | 2008-07-02 | 1 | -28/+29 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-02 | 1 | -3/+8 |
| | |||||
* | there must still be args after parsing options | Pascal Rigaux | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | normalize options passing: through %options or $urpm->{options} | Pascal Rigaux | 2008-07-02 | 1 | -10/+10 |
| | |||||
* | cleanup var name | Pascal Rigaux | 2008-07-02 | 1 | -7/+9 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-01-23 | 1 | -2/+3 |
| | | | | | | o enhance pkg list formatting for "The following packages contain %s: %s" error message (#29178) | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -2/+0 |
| | | | | | 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) | ||||
* | reverting commit (13 March 2006): | Pascal Rigaux | 2007-09-13 | 1 | -2/+1 |
| | | | | | | | "Passing bundle option, even if that does nothing for now" since it does nothing. will revert if/when support is really implemented | ||||
* | - urpmi, urpme | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | revert debug code | Pascal Rigaux | 2007-09-07 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-06 | 1 | -6/+2 |
| | | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -3/+0 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | - normalize verbose option handling over $options{verbose} | Pascal Rigaux | 2007-08-01 | 1 | -2/+2 |
| | | | | | - handle $rpm_opt where it is used | ||||
* | ensure comments end in po | Thierry Vignaud | 2007-03-27 | 1 | -2/+3 |
| | |||||
* | more ngettext | Pablo Saratxaga | 2007-02-23 | 1 | -1/+4 |
| | |||||
* | fixed some ngettext use | Pablo Saratxaga | 2007-02-21 | 1 | -16/+21 |
| | |||||
* | Copying release 1.5-2mdv2007.1 to pristine/ directory. | Mandrake | 2006-12-08 | 1 | -19/+14 |
| | |||||
* | fix handling --root and --debug | Pascal Rigaux | 2006-11-30 | 1 | -2/+2 |
| | |||||
* | simplify | Pascal Rigaux | 2006-11-30 | 1 | -1/+1 |
| | |||||
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -3/+2 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | factorize --nolock and --root option handling | Pascal Rigaux | 2006-11-29 | 1 | -4/+4 |
| | |||||
* | use $options{usedistrib} for all progs (prepare for next commit) | Pascal Rigaux | 2006-11-24 | 1 | -3/+3 |
| | |||||
* | simplify (%urpm::args::options is exported) | Pascal Rigaux | 2006-11-24 | 1 | -0/+3 |
| | |||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -0/+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 | ||||
* | move many functions from urpm.pm to new module urpm/select.pm | Pascal Rigaux | 2006-11-21 | 1 | -2/+4 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | move urpm::install() into urpm::install::install() (new module) | Pascal Rigaux | 2006-11-21 | 1 | -1/+2 |
| | |||||
* | move urpm::parallel_remove to urpm::parallel::remove | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | | | | | (but keep urpm::parallel_remove for backward compatibility since rpmdrake uses it) | ||||
* | make translate_message the default in install() since we always use it | Pascal Rigaux | 2006-11-20 | 1 | -2/+0 |
| | |||||
* | - adapt ->translate_why_removed to do what each callers do: sort its args ↵ | Pascal Rigaux | 2006-11-10 | 1 | -1/+1 |
| | | | | | | | and return a single string - create translate_why_removed_one to make function smaller | ||||
* | remove unused variable | Pascal Rigaux | 2006-11-09 | 1 | -2/+0 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -2/+2 |
| | |||||
* | Add the rurpme(8) command | Rafael Garcia-Suarez | 2006-06-13 | 1 | -1/+6 |
| | |||||
* | Some urpme cleanup | Rafael Garcia-Suarez | 2006-03-08 | 1 | -3/+2 |
| | |||||
* | Remove a spurious newline | Rafael Garcia-Suarez | 2006-02-14 | 1 | -1/+1 |
| |