Refreshed reportbug completion, added --from-buildd (Debian: #579471)
This commit is contained in:
parent
83252965e2
commit
480f3bc908
@ -41,7 +41,7 @@ _reportbug()
|
|||||||
COMPREPLY=( $( compgen -W "gnats debbugs" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "gnats debbugs" -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-T|--tags)
|
-T|--tag)
|
||||||
COMPREPLY=( $( compgen -W "none \
|
COMPREPLY=( $( compgen -W "none \
|
||||||
woody potato sarge sarge-ignore etch etch-ignore \
|
woody potato sarge sarge-ignore etch etch-ignore \
|
||||||
lenny lenny-ignore sid experimental confirmed \
|
lenny lenny-ignore sid experimental confirmed \
|
||||||
@ -50,23 +50,30 @@ _reportbug()
|
|||||||
unreproducible upstream wontfix ipv6 lfs" -- "$cur" ))
|
unreproducible upstream wontfix ipv6 lfs" -- "$cur" ))
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
--from-buildd)
|
||||||
|
COMPREPLY=( $( compgen -S "_" -W '$( apt-cache dumpavail | \
|
||||||
|
command grep "^Source: $cur" | sort -u | cut -f2 -d" " )' ))
|
||||||
|
return 0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
COMPREPLY=($( compgen -W '-h --help -v --version -a --af -b \
|
COMPREPLY=($( compgen -W '--help --version --attach \
|
||||||
--no-query-bts --query-bts -B --bts -c --configure \
|
--no-query-bts --query-bts --bts --body --body-file --bodyfile \
|
||||||
--no-config-files --check-available -d --debug \
|
--no-config-files --class --configure --check-available --debug \
|
||||||
--no-check-available -e --editor --email -f \
|
--no-check-available --debconf --test --draftpath --editor --email \
|
||||||
--filename -g --gnupg -H --header -i --include -j \
|
--exit-prompt --filename --from-buildd --gnupg --gpg --path --gnus \
|
||||||
--justification -l --ldap --no-ldap -L --list-cc -m \
|
--header --include --no-check-installed --check-installed \
|
||||||
--maintonly --mode --mua --mta --mutt -n --mh --nmh \
|
--justification --kudos --keyid --license --list-cc \
|
||||||
-o --output -p --print -P --pgp --proxy --http_proxy\
|
--maintonly --mirror --mode --mua --mta --mutt --mh --nmh \
|
||||||
-q --quiet -Q --query-only --realname --report-quiet \
|
--bugnumber --no-bug-script --no-cc-menu --output --offline \
|
||||||
--reply-to --replyto -s --subject -S --severity \
|
--print --paranoid --no-paranoid --pgp --proxy --http_proxy \
|
||||||
--smtphost -t --type -T --tags --template -V -x \
|
--pseudo-header --quiet --query-only --query-source --no-query-source \
|
||||||
--no-cc --package-version -z --no-compress \
|
--realname --report-quiet --reply-to --replyto --subject --severity \
|
||||||
--ui --interface -u \
|
--smtphost --timeout --tls --smtpuser --smtppasswd --src --source --type \
|
||||||
|
--tag --template --verify --no-verify --no-cc --package-version \
|
||||||
|
--no-compress --ui --interface \
|
||||||
wnpp boot-floppies kernel bugs.debian.org \
|
wnpp boot-floppies kernel bugs.debian.org \
|
||||||
cdimage.debian.org general installation-reports \
|
cdimage.debian.org general installation-reports \
|
||||||
listarchives lists.debian.org mirrors nm.debian.org \
|
listarchives lists.debian.org mirrors nm.debian.org \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user