Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 1 | -2/+2 | |
| | ||||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -2/+2 | |
| | ||||||
* | Some more cleanup and refactorization. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -22/+22 | |
| | ||||||
* | Factorize the message/prompt/I18N code of urpm* in a separate module | Rafael Garcia-Suarez | 2004-04-14 | 1 | -28/+2 | |
| | ||||||
* | Factorize the code to handle command-line options for the urpm* tools | Rafael Garcia-Suarez | 2004-04-13 | 1 | -24/+10 | |
| | | | | | in a module urpm::args. | |||||
* | fixed typo | Pablo Saratxaga | 2004-02-11 | 1 | -1/+1 | |
| | ||||||
* | really fix urpme --root, perl_checker fixes, do not use URPM anymore | Olivier Blin | 2004-01-21 | 1 | -11/+8 | |
| | ||||||
* | - re use strict, because nobody is better than perl | Olivier Thauvin | 2004-01-16 | 1 | -2/+4 | |
| | | | | | | - use sub folder bug report when restart is need - add cvs $Id$ in script | |||||
* | - add --root in man/--help, --use-distrib in --help only | Olivier Thauvin | 2004-01-15 | 1 | -0/+3 | |
| | | | | | | - fix issue using virtual medium and --bug - update error message if --bug dir exist | |||||
* | - urpmi, urpme, urpmq: / can be used as root, it's not a particular case | Olivier Blin | 2004-01-15 | 1 | -3/+0 | |
| | | | | | | - urpm.pm: lock rpm db in chroot, and urpmi db in / - urpmi: ask to be root to install binary rpms in chroot | |||||
* | $root =~ s!/*!! to avoid root detection issue | Olivier Thauvin | 2004-01-14 | 1 | -0/+3 | |
| | ||||||
* | add --use-distrib code | Olivier Thauvin | 2004-01-13 | 1 | -1/+3 | |
| | ||||||
* | - fix urpmq for virtual medium | Olivier Thauvin | 2004-01-13 | 1 | -1/+1 | |
| | | | | | | | | - apply blino's patch: - permit urpmq -i for user - fix urpmq --sources for user (don't give a wrong url) - fix urpme --root | |||||
* | make remove with N by default. | Francois Pons | 2003-09-22 | 1 | -1/+1 | |
| | ||||||
* | on-going 4.4-38mdk | Francois Pons | 2003-09-19 | 1 | -2/+30 | |
| | ||||||
* | fixed stupid typo from me (bug 4637). | Francois Pons | 2003-08-11 | 1 | -1/+1 | |
| |