summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-01-14 22:54:34 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-11 11:06:38 +0200
commitaa32e77714106293b3e1363f8b1de3341ec57ff2 (patch)
treeb0a60ce909df91fa787c93a81d2988f7b47703e2
parente3525e19bbc51a9180dd40be62f375aa7a186eb0 (diff)
downloadurpmi-aa32e77714106293b3e1363f8b1de3341ec57ff2.tar
urpmi-aa32e77714106293b3e1363f8b1de3341ec57ff2.tar.gz
urpmi-aa32e77714106293b3e1363f8b1de3341ec57ff2.tar.bz2
urpmi-aa32e77714106293b3e1363f8b1de3341ec57ff2.tar.xz
urpmi-aa32e77714106293b3e1363f8b1de3341ec57ff2.zip
add --deploops & --debug-librpm to bash completion
-rw-r--r--NEWS2
-rw-r--r--urpmi.bash-completion2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b4a9d3a2..be9c50b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
- aria2 downloading:
o fix using a proxy without an auth user (mga#11265)
+- bash completion:
+ o add --deploops & --debug-librpm
- library:
o fix unmarking packages as potential orphans when downgrading (mga#16149)
- prefer http mirrors when using a mirrorlist, this avoids selecting an rsync
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index 87545cb7..6d302905 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -95,7 +95,7 @@ _urpmi()
--excludepath --excludedocs --searchmedia --ignoresize \
--ignorearch --strict-arch --wget-options --curl-options \
--prozilla-options --rsync-options --resume --retry --skip \
- --prefer --nolock --more-choices --downgrade"
+ --prefer --nolock --more-choices --downgrade --deploops --debug-librpm"
# add dangereous option for everything else as rurpmi
if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then
options="$options --root --use-distrib --env --auto-orphans \