summaryrefslogtreecommitdiffstats
path: root/urpme
Commit message (Collapse)AuthorAgeFilesLines
* make translate_message the default in install() since we always use itPascal Rigaux2006-11-201-2/+0
|
* - adapt ->translate_why_removed to do what each callers do: sort its args ↵Pascal Rigaux2006-11-101-1/+1
| | | | | | | and return a single string - create translate_why_removed_one to make function smaller
* remove unused variablePascal Rigaux2006-11-091-2/+0
|
* perl_checker compliancePascal Rigaux2006-11-091-2/+2
|
* Add the rurpme(8) commandRafael Garcia-Suarez2006-06-131-1/+6
|
* Some urpme cleanupRafael Garcia-Suarez2006-03-081-3/+2
|
* Remove a spurious newlineRafael Garcia-Suarez2006-02-141-1/+1
|
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-131-1/+1
|
* urpme needs to support --repackage tooRafael Garcia-Suarez2006-02-091-1/+4
|
* Log calls to urpmi and urpmeRafael Garcia-Suarez2006-02-091-1/+6
|
* Fixes in --help outputRafael Garcia-Suarez2006-02-061-3/+3
|
* Make message to ask whether N packages should be removed more explicit ↵Rafael Garcia-Suarez2006-02-061-3/+2
| | | | (suggested by blino)
* Add a --noscripts option to urpmeRafael Garcia-Suarez2005-12-141-3/+16
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-2/+2
|
* Add more notes about messages parsed by urpm::parallel_*Rafael Garcia-Suarez2005-11-171-2/+2
|
* Add comments in urpme about messages that should not be changed.Rafael Garcia-Suarez2005-11-171-5/+12
| | | | | But change a message badly worded.
* One steps towards -T complianceRafael Garcia-Suarez2005-06-281-1/+3
|
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-3/+3
|
* Fix --root option in urpmeRafael Garcia-Suarez2005-02-111-0/+1
|
* Print usage messages to stdout, not stderrRafael Garcia-Suarez2005-02-011-1/+1
|
* String changesRafael Garcia-Suarez2005-01-201-2/+2
|
* urpme should croak when it's not run as rootRafael Garcia-Suarez2005-01-201-0/+4
|
* Update copyrightRafael Garcia-Suarez2005-01-061-2/+2
|
* Tell number of packages that will be removed by urpmeRafael Garcia-Suarez2004-12-161-1/+1
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-2/+2
|
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-2/+2
|
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-22/+22
|
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-28/+2
|
* Factorize the code to handle command-line options for the urpm* toolsRafael Garcia-Suarez2004-04-131-24/+10
| | | | | in a module urpm::args.
* fixed typoPablo Saratxaga2004-02-111-1/+1
|
* really fix urpme --root, perl_checker fixes, do not use URPM anymoreOlivier Blin2004-01-211-11/+8
|
* - re use strict, because nobody is better than perlOlivier Thauvin2004-01-161-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 onlyOlivier Thauvin2004-01-151-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 caseOlivier Blin2004-01-151-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 issueOlivier Thauvin2004-01-141-0/+3
|
* add --use-distrib codeOlivier Thauvin2004-01-131-1/+3
|
* - fix urpmq for virtual mediumOlivier Thauvin2004-01-131-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 Pons2003-09-221-1/+1
|
* on-going 4.4-38mdkFrancois Pons2003-09-191-2/+30
|
* fixed stupid typo from me (bug 4637).Francois Pons2003-08-111-1/+1
|
* 4.4-19mdkFrancois Pons2003-08-061-3/+4
|
* fixed --auto not working with parallel mode (still asking the user).Francois Pons2003-07-291-1/+1
|
* added option --force in order not to fail with missing package in rpmdb.Francois Pons2003-07-291-3/+4
|
* always ask user about packages which will be removed when using --parallelFrancois Pons2003-07-291-1/+1
| | | | | option.
* fixed typo.Francois Pons2003-07-291-1/+1
|
* added removing log.Francois Pons2003-07-251-0/+1
|
* 4.3-12mdkFrancois Pons2003-05-261-1/+1
|
* 4.3-7mdkFrancois Pons2003-04-241-1/+6
|
* fixed newer export methodology.Francois Pons2003-03-061-4/+1
|
* changed name of _() function to N()Pablo Saratxaga2003-03-051-19/+19
| | | | | use of perl_checker to create pot file