summaryrefslogtreecommitdiffstats
path: root/pod/urpmi.8.pod
Commit message (Collapse)AuthorAgeFilesLines
* actually renameThierry Vignaud2012-06-081-553/+0
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* allow to define the cache directory for RPMs when setting --download-allChristophe Fergeau2009-10-151-2/+3
|
* add --download-all options to enable downloading of all packages before installChristophe Fergeau2009-10-131-0/+7
|
* Change error code when some packages couldn't be installedChristophe Fergeau2009-03-241-0/+4
|
* Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946"Christophe Fergeau2009-03-231-0/+4
| | | | | The parameter was actually implemented and working, dunno how I overlooked that.
* urpmi doesn't have a --auto-orphans parameter, fixes bug #48946Christophe Fergeau2009-03-201-4/+0
|
* exit code 15 is already used for --expect-install, use exit code 16 for bad ↵Pascal Rigaux2008-10-071-0/+4
| | | | signature
* fix typoPascal Rigaux2008-10-061-1/+1
|
* - urpmi, library:Pascal Rigaux2008-10-061-0/+5
| | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19)
* - urpmi, rpmdrake:Pascal Rigaux2008-10-061-0/+4
| | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575)
* - urpmiPascal Rigaux2008-07-081-0/+4
| | | | | o handle --debug-librpm
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-0/+4
|
* - urpmq:Pascal Rigaux2008-04-031-0/+5
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)
* adapt docPascal Rigaux2008-03-071-1/+1
|
* add --debug in usage and man pagePascal Rigaux2008-02-151-0/+4
|
* - urpmi:Pascal Rigaux2008-01-181-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o --buildrequires deprecate --src, --src is kept for compatibility but its behaviour is changed a little (it doesn't download src.rpm anymore) ie implement what i suggested on cooker mailing list: Date: Thu, 15 Nov 2007 18:21:32 +0100 Subject: urpmi --src issues, suggesting replacing --src with --buildrequires current situation: % urpmi /xxx/foo.src.rpm #=> installs foo.src.rpm buildrequires % urpmi --install-src foo bar #=> downloads foo.src.rpm bar.src.rpm and "rpm -i" % urpmi --help | grep -- --src --src, -s - next package is a source package. % urpmi --src foo #=> urpmi says it will install foo buildrequires + foo.src.rpm #=> in fact, it only installs foo buildrequires weird cases in current urpmi: % urpmi --src foo bar #=> equiv to "urpmi --src foo ; urpmi bar" % urpmi foo --src bar #=> equiv to "urpmi --src foo bar" above :-( % urpmi --src foo --src bar #=> equiv to "urpmi --src foo bar" :-( suggestions: 1) we could make --src a global option: % urpmi --src foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm cons: it breaks compatibility (though i'm quite sure noone uses the previous behaviour) 2) deprecate --src, introduce with --buildrequires: % urpmi --buildrequires foo bar #=> would install buildrequires of foo.src.rpm and bar.src.rpm 3) when doing "urpmi /xxx/foo.src.rpm", warn the user that it should use either "--install-src" or "--buildrequires", and that urpmi is defaulting to "--buildrequires" 2) and 3) are implemented now
* - all tools:Pascal Rigaux2008-01-171-8/+3
| | | | | | o deprecate --curl and --wget in favor of --downloader curl and --downloader --wget
* - all tools:Pascal Rigaux2007-12-191-8/+0
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - urpmiPascal Rigaux2007-09-051-1/+1
| | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake)
* - urpmiPascal Rigaux2007-08-231-0/+4
| | | | | o new option --justdb (new perl-URPM 1.76)
* - urpmiPascal Rigaux2007-08-111-0/+7
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-111-0/+4
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - all toolsPascal Rigaux2007-08-111-0/+4
| | | | | o new option --wait-lock (#13025)
* - urpmiPascal Rigaux2007-08-091-0/+5
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* kill dead emails of previous maintainersThierry Vignaud2007-03-261-3/+24
|
* update AUTHOR in pod filesPascal Rigaux2006-11-201-7/+2
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-1/+16
|
* Mention urpmi.recover in more urpm* manpagesRafael Garcia-Suarez2006-07-111-1/+1
|
* Case fix in docRafael Garcia-Suarez2006-05-301-1/+1
|
* Improve BUG REPORTS section in urpmi(8) man page.Rafael Garcia-Suarez2006-05-151-4/+6
|
* Assorted doc fixesRafael Garcia-Suarez2006-03-211-27/+32
|
* More docs for rsync-optionsRafael Garcia-Suarez2006-03-211-0/+3
|
* Clarify doc for --sortmedia optionRafael Garcia-Suarez2006-02-281-0/+2
|
* Clarify the difference between --media and --searchmediaRafael Garcia-Suarez2006-02-161-2/+4
|
* Note about the limited usefulness of urpmi --repackageRafael Garcia-Suarez2006-02-141-0/+5
|
* Add --ignorearch flag to urpmiRafael Garcia-Suarez2006-02-131-0/+5
|
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-091-0/+7
| | | | | Document them.
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-081-1/+1
| | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists.
* Add urpme in urpmi manpage / see also. Remove misleading BUGS section in urpmiRafael Garcia-Suarez2006-02-031-9/+3
| | | | | manpage. Minor fixes and additions in urpme manpage.
* Clarify doc for --use-distribRafael Garcia-Suarez2006-01-311-1/+2
|
* More docsRafael Garcia-Suarez2006-01-251-40/+37
|
* Document that we can install build dependencies from specfilesRafael Garcia-Suarez2006-01-251-11/+13
|
* Document --nolockRafael Garcia-Suarez2006-01-111-0/+5
|
* Documentation nits: wording and presentation.Rafael Garcia-Suarez2006-01-111-19/+18
|
* In test mode, don't scare the user and tell him that no package will beRafael Garcia-Suarez2006-01-101-2/+2
| | | | | actually installed or removed.
* Document last change to --install-src option; plus a formatting nit.Rafael Garcia-Suarez2006-01-051-8/+18
|
* Rework urpmi manpage introRafael Garcia-Suarez2006-01-041-5/+5
|
* New option --auto-update (bug #19819)Rafael Garcia-Suarez2005-12-221-3/+8
|
* Document the new optionsRafael Garcia-Suarez2005-12-021-0/+10
|