zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: add --nobuild and --nogpg to rpm completion
@ 2001-05-29 16:18 Chmouel Boudjnah
  0 siblings, 0 replies; only message in thread
From: Chmouel Boudjnah @ 2001-05-29 16:18 UTC (permalink / raw)
  To: zsh-workers


Index: Completion/Redhat/Command/_rpm
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Redhat/Command/_rpm,v
retrieving revision 1.1
diff -u -r1.1 _rpm
--- Completion/Redhat/Command/_rpm      2001/04/02 12:23:22     1.1
+++ Completion/Redhat/Command/_rpm      2001/05/29 15:19:36
@@ -177,7 +177,7 @@
   
       _arguments -s \
         "${commonopts[@]}" "${pathopts[@]}" \
-        --{short-circuit,clean,rmsource,sign,test} \
+        --{short-circuit,clean,nobuild,rmsource,sign,test} \
         '--target:specify a build target:->target'\
         '--buildroot:build root directory:_files -/' \
         '--buildarch:architecture for which to build:->target' \
@@ -188,7 +188,7 @@
       _arguments -s \
         '(-K)--checksig' '(--checksig)-K' \
         "${commonopts[@]}" \
-        --no{pgp,md5} \
+        --no{gpg,pgp,md5} \
         '*:RPM package file:->package_file' && ret=0
       ;;
     rebuild)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-29 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-29 16:18 PATCH: add --nobuild and --nogpg to rpm completion Chmouel Boudjnah

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).