about summary refs log tree commit diff
path: root/Completion/Redhat/Command/_dnf
Commit message (Collapse)AuthorAgeFilesLines
* github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce2024-01-261-1/+1
|
* github #82: Fix typosDimitris Apostolou2021-11-121-1/+1
|
* 45614: update _dnfJun-ichi Takimoto2020-05-031-101/+454
|
* Specify system python in dnf completionMalcolm Ramsay2017-11-131-2/+2
| | | | | | | | | | | The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
* 37397: Optimised update to dnf completionAdrien Vergé2015-12-131-248/+168
|
* Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle2015-06-021-0/+278