summaryrefslogtreecommitdiffstats
path: root/urpmi
Commit message (Collapse)AuthorAgeFilesLines
* simplify copy_packages_of_removable_media() prototypePascal Rigaux2006-11-201-4/+2
|
* verbose is not a known option of download_packages_of_distant_media()Pascal Rigaux2006-11-201-1/+0
|
* make translate_message the default in install() since we always use itPascal Rigaux2006-11-201-1/+0
|
* make translate the default in check_sources_signatures() code since it isPascal Rigaux2006-11-201-1/+1
| | | | | always used with translate
* move some things to new module urpm::bug_reportPascal Rigaux2006-11-201-21/+7
|
* rename {skip} into {cmdline_skiplist} (neater)Pascal Rigaux2006-11-201-11/+2
|
* remove unused ($urpm->{options}{norebuild} is used in urpm.pm, not ↵Pascal Rigaux2006-11-171-5/+4
| | | | $options{norebuild})
* - adapt ->translate_why_unselected to do what each callers do: sort its args ↵Pascal Rigaux2006-11-101-1/+1
| | | | | | | and return a single string - create translate_why_unselected_one to make function smaller
* - 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
* --WID=id was introduced looong ago (2001) by fpons, it should be dead by nowPascal Rigaux2006-11-091-1/+0
|
* ask user before installing a package that matching part of the namePascal Rigaux2006-11-071-8/+17
|
* LOSTSawyer2005-05-241-1/+1
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* use member()Pascal Rigaux2006-11-031-2/+2
|
* remove unused variablesPascal Rigaux2006-11-031-5/+0
|
* perl_checker compliancePascal Rigaux2006-11-031-20/+22
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-0/+6
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-1/+3
|
* When printing a list of long packages urls, separate them by newlines for ↵Rafael Garcia-Suarez2006-09-211-1/+1
| | | | readability.
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-1/+10
| | | | | 2006->2007, since the URPM version in 2006 used to leak filehandles.
* From urpm::configure(), we need to be able to distinguish media that areRafael Garcia-Suarez2006-09-121-1/+1
| | | | | | temporarily ignored and permanently ignored, so we can restore the previous situation easily (bug #22354)
* Use exit() instead of POSIX::_exit() to return an exit code from urpmi. ThisRafael Garcia-Suarez2006-08-141-2/+1
| | | | | | | allows END blocks and destructors to be run, and thus fixes bug #24301. (This used to be useful when gurpmi was a hack in urpmi instead of a standalone application.)
* Allow to install deps of an srpm via rurpmi (patch by Pascal Terjan, bug #23250)Rafael Garcia-Suarez2006-07-041-1/+1
|
* Remove old rpm db log files when restarting one selfRafael Garcia-Suarez2006-06-201-3/+8
|
* Don't ignore modified but unselected media on auto-update. (bug #22354)Rafael Garcia-Suarez2006-06-201-0/+3
|
* Forbid rurpmi --noscriptsRafael Garcia-Suarez2006-06-131-1/+1
|
* let be nicer with translators (we should never concatenate strings that way ↵Thierry Vignaud2006-06-061-1/+1
| | | | which break both localized typography rules and RTL languages)
* Don't restart urpmi when used with --root (bug #22509)Rafael Garcia-Suarez2006-05-171-0/+1
|
* Print a clearer usage message when --bug is used alone. (bug #22472)Rafael Garcia-Suarez2006-05-151-1/+8
|
* Less verbosity with urpmi -qRafael Garcia-Suarez2006-02-281-1/+1
|
* Make --ignorearch really work by overriding a package subroutine (not veryRafael Garcia-Suarez2006-02-131-1/+3
| | | | | clean, but fast)
* Make research of packages work with ignorearch optionRafael Garcia-Suarez2006-02-131-10/+12
|
* Add --ignorearch flag to urpmiRafael Garcia-Suarez2006-02-131-0/+2
|
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-091-0/+2
| | | | | Document them.
* Log calls to urpmi and urpmeRafael Garcia-Suarez2006-02-091-0/+4
|
* Use stdout for informational messages, not stderrRafael Garcia-Suarez2006-02-081-3/+3
|
* Get rid of message() functionRafael Garcia-Suarez2006-02-081-27/+31
|
* Dup standard streams only when necessartRafael Garcia-Suarez2006-02-081-14/+18
|
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-081-5/+3
| | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists.
* A bit of clarification in logging codeRafael Garcia-Suarez2006-02-071-11/+11
|
* Allow to install specfiles via urpmi (like source rpms)Rafael Garcia-Suarez2006-01-251-2/+2
|
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-241-1/+1
|
* French translation nit, plus a note to translatorsRafael Garcia-Suarez2006-01-161-0/+1
|
* Remove force_local download option (which was always on)Rafael Garcia-Suarez2006-01-131-2/+0
|
* Allow --nolock in restricted modeRafael Garcia-Suarez2006-01-111-1/+1
|
* --help rewritesRafael Garcia-Suarez2006-01-111-9/+7
|
* Document --nolockRafael Garcia-Suarez2006-01-111-0/+1
|
* In test mode, don't scare the user and tell him that no package will beRafael Garcia-Suarez2006-01-101-0/+6
| | | | | actually installed or removed.
* Display usage if no rpm name, nor auto-select was givenRafael Garcia-Suarez2006-01-101-2/+4
|
* Fix ununderstandable error messageRafael Garcia-Suarez2006-01-051-1/+1
|