Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | urpme needs to support --repackage too | Rafael Garcia-Suarez | 2006-02-09 | 1 | -1/+4 |
| | |||||
* | Log calls to urpmi and urpme | Rafael Garcia-Suarez | 2006-02-09 | 1 | -1/+6 |
| | |||||
* | Fixes in --help output | Rafael Garcia-Suarez | 2006-02-06 | 1 | -3/+3 |
| | |||||
* | Make message to ask whether N packages should be removed more explicit ↵ | Rafael Garcia-Suarez | 2006-02-06 | 1 | -3/+2 |
| | | | | (suggested by blino) | ||||
* | Add a --noscripts option to urpme | Rafael Garcia-Suarez | 2005-12-14 | 1 | -3/+16 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | Add more notes about messages parsed by urpm::parallel_* | Rafael Garcia-Suarez | 2005-11-17 | 1 | -2/+2 |
| | |||||
* | Add comments in urpme about messages that should not be changed. | Rafael Garcia-Suarez | 2005-11-17 | 1 | -5/+12 |
| | | | | | But change a message badly worded. | ||||
* | One steps towards -T compliance | Rafael Garcia-Suarez | 2005-06-28 | 1 | -1/+3 |
| | |||||
* | s/Mandrake/Mandriva/ | Pablo Saratxaga | 2005-04-25 | 1 | -3/+3 |
| | |||||
* | Fix --root option in urpme | Rafael Garcia-Suarez | 2005-02-11 | 1 | -0/+1 |
| | |||||
* | Print usage messages to stdout, not stderr | Rafael Garcia-Suarez | 2005-02-01 | 1 | -1/+1 |
| | |||||
* | String changes | Rafael Garcia-Suarez | 2005-01-20 | 1 | -2/+2 |
| | |||||
* | urpme should croak when it's not run as root | Rafael Garcia-Suarez | 2005-01-20 | 1 | -0/+4 |
| | |||||
* | Update copyright | Rafael Garcia-Suarez | 2005-01-06 | 1 | -2/+2 |
| | |||||
* | Tell number of packages that will be removed by urpme | Rafael Garcia-Suarez | 2004-12-16 | 1 | -1/+1 |
| |