summaryrefslogtreecommitdiffstats
path: root/urpmi.bash-completion
Commit message (Collapse)AuthorAgeFilesLines
* Document that https is supportedDan Fandrich2021-09-041-1/+1
| | | | Also, update http:// links to https:// where appropriate.
* kill cvs/svn Id that are obsolete for 10 yearsThierry Vignaud2020-05-061-1/+0
|
* Fix bash completion to not trust aliases (mga#19894) Patch from rapsysNicolas Lécureuil2017-02-011-3/+3
|
* s/suggests/recommends/ in bash completionThierry Vignaud2016-06-161-2/+2
|
* add --deploops & --debug-librpm to bash completionThierry Vignaud2016-01-141-1/+1
|
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-071-2/+2
| | | | keep --no-suggests but with a warning
* add --literal to bash-completionThierry Vignaud2014-02-241-1/+1
|
* add --downgrade to bash-completionThierry Vignaud2014-01-271-1/+1
|
* add --not-available in options listGuillaume Rousse2012-08-121-1/+2
|
* force rpm completion functions loading before calling them (fix #4937)Guillaume Rousse2012-03-151-1/+1
|
* revert to using urpmq --list for producing packages list, as suggested by ↵Guillaume Rousse2012-03-141-9/+3
| | | | Richard Neill, but keep using grep for filtering result (#373)
* rework options lists, and wrap long linesGuillaume Rousse2012-03-071-37/+35
|
* use 4 spaces as indentation stepGuillaume Rousse2012-03-071-261/+261
|
* new attempt to use pre-computed package name files to complete on package namesGuillaume Rousse2012-03-071-3/+9
|
* more whitespace cleanupGuillaume Rousse2012-03-071-4/+4
|
* fix the mix of tab and spacesGuillaume Rousse2012-03-071-254/+253
|
* add --replacefiles to option listGuillaume Rousse2012-03-071-2/+2
|
* make --searchmedia complete on available media listGuillaume Rousse2012-03-071-0/+4
|
* 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 ------------------------------------------------------------------------
* use bash-completion wrappers for getting current and previous word, instead ↵Guillaume Rousse2010-02-261-2/+2
| | | | of directly accessing COMP_WORDS array (should fix #54845)
* fix _filedir usageGuillaume Rousse2010-01-171-1/+1
|
* fix bash completion script (#54946)Christophe Fergeau2009-11-181-2/+2
| | | | | sh urpmi.bash_completions was reporting errors when trying to run it. Patch by Pedro MC
* urpmi: allow bash-completion to complete to .spec files as wellAnssi Hannula2009-07-091-1/+1
|
* Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946"Christophe Fergeau2009-03-231-1/+1
| | | | | 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-1/+1
|
* - urpmePascal Rigaux2008-07-111-1/+1
| | | | | o add --justdb
* - urpmqPascal Rigaux2008-07-081-1/+1
| | | | | o add --obsoletes
* - urpmq:Pascal Rigaux2008-07-081-1/+1
| | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-3/+4
|
* define urpmi completion as handling file names (#41699)Guillaume Rousse2008-06-271-1/+1
|
* don't complete on available packages if completed item is clearly a fileGuillaume Rousse2008-03-181-2/+29
| | | | | | only select available packages for selected medias fix rurpmi completion
* - bash-completion:Pascal Rigaux2008-03-111-3/+1
| | | | | | o restore available-pkgs completion using "urpmq --list" by default (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-3/+3
| | | | | - {cachedir}/headers is not used anymore
* - bash-completion:Pascal Rigaux2008-02-251-1/+3
| | | | | | o restore available-pkgs completion using "urpmq --list" (guillomovitch) (but only if COMP_URPMI_HDLISTS is set since it's slow)
* - urpmq:Pascal Rigaux2008-02-251-1/+1
| | | | | o add --conflicts
* need for previous commit: document "urpmq --requires"Pascal Rigaux2008-02-251-1/+1
|
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-02-051-45/+3
| | | | | | o do not parse synthesis o drop /var/lib/urpmi/names.<medium>
* - urpmq:Pascal Rigaux2008-01-251-1/+1
| | | | | o add --no-suggests
* - urpmi:Pascal Rigaux2008-01-181-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 Rigaux2008-01-171-1/+1
| | | | | o add --provides
* - urpmq:Pascal Rigaux2008-01-141-1/+1
| | | | | o add --sourcerpm
* - all tools:Pascal Rigaux2007-12-191-5/+0
| | | | | o drop hdlist support (will be replaced with xml media_info)
* - urpmiPascal Rigaux2007-08-231-1/+1
| | | | | o new option --justdb (new perl-URPM 1.76)
* - urpmiPascal Rigaux2007-08-111-1/+2
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-111-0/+1
| | | | | o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
* - all toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize common optionsPascal Rigaux2007-08-111-16/+18
|
* - urpmiPascal Rigaux2007-08-091-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 --licensePascal Rigaux2007-08-021-1/+1
|
* - urpmfPascal Rigaux2007-06-141-1/+1
| | | | | o add option --use-distrib