summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add width argument to msgmergeRafael Garcia-Suarez2006-02-141-1/+1
|
* Remove urpmi.logrotate from the MANIFEST, since we don't use our own logfileRafael Garcia-Suarez2006-02-141-1/+0
| | | | | anymore
* Remove a spurious newlineRafael Garcia-Suarez2006-02-141-1/+1
|
* Adjust transaction count when repackagingRafael Garcia-Suarez2006-02-141-1/+5
|
* Note about the limited usefulness of urpmi --repackageRafael Garcia-Suarez2006-02-141-0/+5
|
* Fix description of command-line optionsRafael Garcia-Suarez2006-02-131-2/+2
|
* Code cleanupRafael Garcia-Suarez2006-02-131-27/+29
|
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-135-7/+7
|
* Man page overhaul. Remove -h option, that doesn't existRafael Garcia-Suarez2006-02-131-22/+21
|
* First concise version of the urpmi.recover manpage. Probably need to add moreRafael Garcia-Suarez2006-02-131-2/+50
| | | | | complete examples.
* Fix description of --list optionRafael Garcia-Suarez2006-02-131-2/+1
|
* Make --ignorearch really work by overriding a package subroutine (not veryRafael Garcia-Suarez2006-02-133-7/+13
| | | | | clean, but fast)
* No need to open the rpmdb to load macrosRafael Garcia-Suarez2006-02-131-1/+1
|
* Another --ignorearch fix in search_packages()Rafael Garcia-Suarez2006-02-131-1/+1
|
* Add ignorearch option to urpmqRafael Garcia-Suarez2006-02-134-3/+10
|
* Make research of packages work with ignorearch optionRafael Garcia-Suarez2006-02-132-11/+16
|
* Doc nits in urpmi.cfg man pageRafael Garcia-Suarez2006-02-131-17/+19
|
* Document that parsing /etc/release is fragile, because the format ofRafael Garcia-Suarez2006-02-131-2/+4
| | | | | | this file is undocumented, and there is no definitive way to get version and architecture for a given Mandriva system. (Warly sux)
* Require latest URPM for supporting the --ignorearch optionRafael Garcia-Suarez2006-02-132-4/+4
|
* Add --ignorearch flag to urpmiRafael Garcia-Suarez2006-02-135-1/+10
|
* If called without arguments, make urpmi.recover print usageRafael Garcia-Suarez2006-02-131-0/+1
|
* Add the _rollback_transaction_on_failure macro (with the default value,Rafael Garcia-Suarez2006-02-131-0/+3
| | | | | disabled) to the urpmi.recover.macros file
* Update french translationChristophe Berthelé2006-02-111-4/+4
|
* More pt_BR translations.Wanderlei Antonio Cavassin2006-02-101-22/+16
|
* Add skeleton manpage for urpmi.recoverRafael Garcia-Suarez2006-02-102-0/+36
|
* urpmi.recover contains translatable stringsRafael Garcia-Suarez2006-02-101-1/+1
|
* Add new package urpmi-recover.Rafael Garcia-Suarez2006-02-101-4/+22
| | | | | Require recent URPM.
* Update MANIFESTRafael Garcia-Suarez2006-02-101-0/+1
|
* Add urpmi.recover in Makefile.PL. Bump requirement for recent URPM.Rafael Garcia-Suarez2006-02-101-2/+2
|
* New tool, urpmi.recoverRafael Garcia-Suarez2006-02-102-0/+184
|
* update (Yukiko Bando)Thierry Vignaud2006-02-091-25/+18
|
* gurpmi should install global options when installingRafael Garcia-Suarez2006-02-091-0/+6
|
* urpme needs to support --repackage tooRafael Garcia-Suarez2006-02-093-1/+12
|
* Require latest URPM to support repackage optionRafael Garcia-Suarez2006-02-092-4/+4
|
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-096-0/+16
| | | | | Document them.
* Log mounts and umountsRafael Garcia-Suarez2006-02-091-0/+3
|
* Log transaction creationRafael Garcia-Suarez2006-02-091-1/+2
|
* Log calls to urpmi and urpmeRafael Garcia-Suarez2006-02-092-1/+10
|
* Remove logrotate fileRafael Garcia-Suarez2006-02-091-5/+0
|
* Use stdout for informational messages, not stderrRafael Garcia-Suarez2006-02-083-8/+8
|
* Simplification of usage of duped stdoutRafael Garcia-Suarez2006-02-081-5/+1
|
* Simplify prompt functionRafael Garcia-Suarez2006-02-081-6/+2
|
* Get rid of message() functionRafael Garcia-Suarez2006-02-083-40/+35
|
* Dup standard streams only when necessartRafael Garcia-Suarez2006-02-081-14/+18
|
* Add a --logfile option for debugRafael Garcia-Suarez2006-02-081-0/+1
|
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-083-10/+18
| | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists.
* *** empty log message ***José Melo2006-02-071-82/+44
|
* A bit of clarification in logging codeRafael Garcia-Suarez2006-02-072-14/+15
|
* UpdatedWilly Sudiarto Raharjo2006-02-071-3/+3
|
* Always remove from the local cache all packages that were part of theRafael Garcia-Suarez2006-02-061-14/+5
| | | | | transaction, even if they weren't successfully installed. (Bug #17913)