Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - urpmi: | Pascal Rigaux | 2008-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-17 | 1 | -1/+1 |
| | | | | | o add --provides | ||||
* | - urpmq: | Pascal Rigaux | 2008-01-14 | 1 | -1/+1 |
| | | | | | o add --sourcerpm | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -5/+0 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-23 | 1 | -1/+1 |
| | | | | | o new option --justdb (new perl-URPM 1.76) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -1/+2 |
| | | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list) | ||||
* | - urpmi | Pascal Rigaux | 2007-08-11 | 1 | -0/+1 |
| | | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112) | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | factorize common options | Pascal Rigaux | 2007-08-11 | 1 | -16/+18 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | handle urpmf --license | Pascal Rigaux | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | - urpmf | Pascal Rigaux | 2007-06-14 | 1 | -1/+1 |
| | | | | | o add option --use-distrib | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -2/+2 |
| | |||||
* | add option "-m" in usage (was already documented in manpage) | Pascal Rigaux | 2007-02-14 | 1 | -1/+2 |
| | |||||
* | fix urpmi context-dependent options | Guillaume Rousse | 2007-01-11 | 1 | -16/+29 |
| | |||||
* | - add --nokeep for urpmi | Pascal Rigaux | 2007-01-11 | 1 | -3/+3 |
| | | | | | - add --probe-rpms for urpmi.addmedia | ||||
* | --all is not available in urpmf | Olivier Blin | 2006-12-01 | 1 | -2/+2 |
| | |||||
* | Forgot to add the new options to bash completion | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+1 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -5/+5 |
| | |||||
* | add rurpmi completion | Guillaume Rousse | 2006-07-31 | 1 | -14/+27 |
| | |||||
* | don't flag urpmi completion as filename completion (fix #22449) | Guillaume Rousse | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | Unroll bash arrays. Bash 3.1 doesn't like those. | Rafael Garcia-Suarez | 2006-02-17 | 1 | -3/+27 |
| | |||||
* | Add missing urpmi options to urpmi.bash-completion | Rafael Garcia-Suarez | 2006-02-17 | 1 | -1/+3 |
| | |||||
* | Add ignorearch option to urpmq | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Add --ignorearch flag to urpmi | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Add --noscripts to urpme completion | Rafael Garcia-Suarez | 2006-02-02 | 1 | -2/+2 |
| | |||||
* | New option --auto-update (bug #19819) | Rafael Garcia-Suarez | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Drop the urpmq --headers options (and the requirement on rpmtools). It | Rafael Garcia-Suarez | 2005-12-06 | 1 | -1/+1 |
| | | | | | was only used by the late rpminst. | ||||
* | Add two new options in bash completion. | Rafael Garcia-Suarez | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | add a --nopubkey option to urpmi.addmedia | Rafael Garcia-Suarez | 2005-04-29 | 1 | -2/+2 |
| | |||||
* | s/Mandrake/Mandriva/ | Pablo Saratxaga | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | fix handling of medias with space in their name | Guillaume Rousse | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | Add a new option, --no-install, to urpmi, to only download rpms and | Rafael Garcia-Suarez | 2005-04-14 | 1 | -1/+1 |
| | | | | | not install them (by Michael Scherer) | ||||
* | --list-media now admit paramater | Guillaume Rousse | 2005-01-28 | 1 | -0/+4 |
| | |||||
* | Patch by Guillaume Rousse to improve bash-completion for media names, via | Rafael Garcia-Suarez | 2005-01-27 | 1 | -6/+5 |
| | | | | | adding new optional arguments to the --list-media option of urpmq. | ||||
* | Fix bash completion for media with passwords | Rafael Garcia-Suarez | 2005-01-13 | 1 | -1/+1 |
| | |||||
* | Remove --X from bash completion | Rafael Garcia-Suarez | 2004-12-07 | 1 | -1/+1 |
| | |||||
* | Add new options to bash completion | Rafael Garcia-Suarez | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | Document the new --searchmedia option, and add it in bash completion | Rafael Garcia-Suarez | 2004-11-25 | 1 | -2/+3 |
| | |||||
* | escape spaces and parenthesis in medias names | Guillaume Rousse | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | New flags for urpmq bash completion | Rafael Garcia-Suarez | 2004-10-15 | 1 | -1/+2 |
| | |||||
* | Put the new options in bash completion | Rafael Garcia-Suarez | 2004-10-14 | 1 | -4/+4 |
| | |||||
* | Update bash completion with new command-line options | Rafael Garcia-Suarez | 2004-07-27 | 1 | -4/+5 |
| | |||||
* | added -l, --changelog and --list-url in urpmq bash-completion | Olivier Blin | 2004-05-04 | 1 | -4/+4 |
| | |||||
* | support --root in bash_completion (Guillaume Rousse) | Olivier Blin | 2004-01-17 | 1 | -1/+5 |
| | |||||
* | apply Guillaume Rousse change | Olivier Thauvin | 2004-01-04 | 1 | -16/+18 |
| | |||||
* | remove set -x, oops | Olivier Thauvin | 2003-12-27 | 1 | -1/+1 |
| | |||||
* | Apply patch from bug #6663 | Olivier Thauvin | 2003-12-27 | 1 | -2/+2 |
| | |||||
* | add urpmi bash completion (Guillaume Rousse) | Thierry Vignaud | 2003-11-05 | 1 | -0/+273 |