zsh-workers
 help / color / mirror / code / Atom feed
From: Chmouel Boudjnah <chmouel@mandrakesoft.com>
To: zsh-workers@sunsite.dk
Subject: PATCH: --nobuild and --nogpg completion for RPM command
Date: 29 May 2001 18:23:13 +0100	[thread overview]
Message-ID: <m3lmngnk72.fsf@giants.mandrakesoft.com> (raw)


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)


                 reply	other threads:[~2001-05-29 20:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lmngnk72.fsf@giants.mandrakesoft.com \
    --to=chmouel@mandrakesoft.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).