Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/twisted_8_1/twisted/python/zsh/_tap2rpm

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #compdef tap2rpm
2 _arguments -s -A "-*" \
3 '(--description)-e[description]:description:_files' \
4 '(-e)--description=[description]:description:_files' \
5 '--help[Display this help and exit.]' \
6 '(--long_description)-l[long_description]:long_description:_files' \
7 '(-l)--long_description=[long_description]:long_description:_files' \
8 '(--maintainer)-m[maintainer]:maintainer:_files' \
9 '(-m)--maintainer=[maintainer]:maintainer:_files' \
10 '(--protocol)-p[protocol]:protocol:_files' \
11 '(-p)--protocol=[protocol]:protocol:_files' \
12 '(--rpmfile)-r[rpmfile]:rpmfile:_files -g "*.rpm"' \
13 '(-r)--rpmfile=[rpmfile]:rpmfile:_files -g "*.rpm"' \
14 '(--set-version)-V[set-version]:set-version:_files' \
15 '(-V)--set-version=[set-version]:set-version:_files' \
16 '(--tapfile)-t[tapfile]:tapfile:_files' \
17 '(-t)--tapfile=[tapfile]:tapfile:_files' \
18 "(--type)-y[type of configuration: 'tap', 'xml, 'source' or 'python']:type:(tap xml source python)" \
19 "(-y)--type=[type of configuration: 'tap', 'xml, 'source' or 'python']:type:(tap xml source python)" \
20 '(--unsigned)-u[unsigned]' \
21 '(-u)--unsigned[unsigned]' \
22 '--version[version]' \
23 && return 0
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_tap2deb ('k') | third_party/twisted_8_1/twisted/python/zsh/_tapconvert » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698