summaryrefslogtreecommitdiffstats
path: root/urpme
Commit message (Collapse)AuthorAgeFilesLines
...
* Copying release 1.5-2mdv2007.1 to pristine/ directory.Mandrake2006-12-081-19/+14
|
* fix handling --root and --debugPascal Rigaux2006-11-301-2/+2
|
* simplifyPascal Rigaux2006-11-301-1/+1
|
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-3/+2
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* factorize --nolock and --root option handlingPascal Rigaux2006-11-291-4/+4
|
* use $options{usedistrib} for all progs (prepare for next commit)Pascal Rigaux2006-11-241-3/+3
|
* simplify (%urpm::args::options is exported)Pascal Rigaux2006-11-241-0/+3
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-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.pmPascal Rigaux2006-11-211-2/+4
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-1/+2
|
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-1/+2
|
* move urpm::parallel_remove to urpm::parallel::removePascal Rigaux2006-11-211-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 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
|