summaryrefslogtreecommitdiffstats
path: root/urpme
Commit message (Collapse)AuthorAgeFilesLines
* - all tools:Pascal Rigaux2007-11-221-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 Rigaux2007-09-131-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, urpmePascal Rigaux2007-09-101-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 codePascal Rigaux2007-09-071-1/+1
|
* - urpmiPascal Rigaux2007-09-061-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 toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-3/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-2/+2
| | | | | - handle $rpm_opt where it is used
* ensure comments end in poThierry Vignaud2007-03-271-2/+3
|
* more ngettextPablo Saratxaga2007-02-231-1/+4
|
* fixed some ngettext usePablo Saratxaga2007-02-211-16/+21
|
* 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
|