From aa32e77714106293b3e1363f8b1de3341ec57ff2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 Jan 2016 22:54:34 +0100 Subject: add --deploops & --debug-librpm to bash completion --- NEWS | 2 ++ urpmi.bash-completion | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.1