Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change error code when some packages couldn't be installed | Christophe Fergeau | 2009-03-24 | 1 | -0/+4 |
| | |||||
* | Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946" | Christophe Fergeau | 2009-03-23 | 1 | -0/+4 |
| | | | | | The parameter was actually implemented and working, dunno how I overlooked that. | ||||
* | urpmi doesn't have a --auto-orphans parameter, fixes bug #48946 | Christophe Fergeau | 2009-03-20 | 1 | -4/+0 |
| | |||||
* | exit code 15 is already used for --expect-install, use exit code 16 for bad ↵ | Pascal Rigaux | 2008-10-07 | 1 | -0/+4 |
| | | | | signature | ||||
* | fix typo | Pascal Rigaux | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | - urpmi, library: | Pascal Rigaux | 2008-10-06 | 1 | -0/+5 |
| | | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19) | ||||
* | - urpmi, rpmdrake: | Pascal Rigaux | 2008-10-06 | 1 | -0/+4 |
| | | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575) | ||||
* | - urpmi | Pascal Rigaux | 2008-07-08 | 1 | -0/+4 |
| | | | | | o handle --debug-librpm | ||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 1 | -0/+4 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-04-03 | 1 | -0/+5 |
| | | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726) | ||||
* | adapt doc | Pascal Rigaux | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | add --debug in usage and man page | Pascal Rigaux | 2008-02-15 | 1 | -0/+4 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-01-18 | 1 | -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 Rigaux | 2008-01-17 | 1 | -8/+3 |
| | | | | | | o deprecate --curl and --wget in favor of --downloader curl and --downloader --wget | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -8/+0 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | - urpmi | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
| | | | | | | | o handle --searchmedia <media1>,...,<mediaN> (asked by tvignaud for rpmdrake) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 1 | -0/+4 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+7 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+4 |
| | | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -0/+4 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -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 maintainers | Thierry Vignaud | 2007-03-26 | 1 | -3/+24 |
| | |||||
* | update AUTHOR in pod files | Pascal Rigaux | 2006-11-20 | 1 | -7/+2 |
| | |||||
* | Add --no-md5sum and --force-key options to urpmi | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+16 |
| | |||||
* | Mention urpmi.recover in more urpm* manpages | Rafael Garcia-Suarez | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Case fix in doc | Rafael Garcia-Suarez | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | Improve BUG REPORTS section in urpmi(8) man page. | Rafael Garcia-Suarez | 2006-05-15 | 1 | -4/+6 |
| | |||||
* | Assorted doc fixes | Rafael Garcia-Suarez | 2006-03-21 | 1 | -27/+32 |
| | |||||
* | More docs for rsync-options | Rafael Garcia-Suarez | 2006-03-21 | 1 | -0/+3 |
| | |||||
* | Clarify doc for --sortmedia option | Rafael Garcia-Suarez | 2006-02-28 | 1 | -0/+2 |
| | |||||
* | Clarify the difference between --media and --searchmedia | Rafael Garcia-Suarez | 2006-02-16 | 1 | -2/+4 |
| | |||||
* | Note about the limited usefulness of urpmi --repackage | Rafael Garcia-Suarez | 2006-02-14 | 1 | -0/+5 |
| | |||||
* | Add --ignorearch flag to urpmi | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+5 |
| | |||||
* | Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg. | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+7 |
| | | | | | Document them. | ||||
* | Remove default logging to /var/log/urpmi.log. | Rafael Garcia-Suarez | 2006-02-08 | 1 | -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 urpmi | Rafael Garcia-Suarez | 2006-02-03 | 1 | -9/+3 |
| | | | | | manpage. Minor fixes and additions in urpme manpage. | ||||
* | Clarify doc for --use-distrib | Rafael Garcia-Suarez | 2006-01-31 | 1 | -1/+2 |
| | |||||
* | More docs | Rafael Garcia-Suarez | 2006-01-25 | 1 | -40/+37 |
| | |||||
* | Document that we can install build dependencies from specfiles | Rafael Garcia-Suarez | 2006-01-25 | 1 | -11/+13 |
| | |||||
* | Document --nolock | Rafael Garcia-Suarez | 2006-01-11 | 1 | -0/+5 |
| | |||||
* | Documentation nits: wording and presentation. | Rafael Garcia-Suarez | 2006-01-11 | 1 | -19/+18 |
| | |||||
* | In test mode, don't scare the user and tell him that no package will be | Rafael Garcia-Suarez | 2006-01-10 | 1 | -2/+2 |
| | | | | | actually installed or removed. | ||||
* | Document last change to --install-src option; plus a formatting nit. | Rafael Garcia-Suarez | 2006-01-05 | 1 | -8/+18 |
| | |||||
* | Rework urpmi manpage intro | Rafael Garcia-Suarez | 2006-01-04 | 1 | -5/+5 |
| | |||||
* | New option --auto-update (bug #19819) | Rafael Garcia-Suarez | 2005-12-22 | 1 | -3/+8 |
| | |||||
* | Document the new options | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+10 |
| | |||||
* | Manpage formatting nits | Rafael Garcia-Suarez | 2005-11-30 | 1 | -9/+5 |
| | |||||
* | Document urpmi --noscripts | Rafael Garcia-Suarez | 2005-11-15 | 1 | -3/+7 |
| | |||||
* | Add pod versions of the manpages, bound to replace the nroff ones | Rafael Garcia-Suarez | 2005-11-15 | 1 | -0/+422 |