public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: files/misc/
Date: Tue,  1 Apr 2014 16:38:50 +0000 (UTC)	[thread overview]
Message-ID: <1396370196.93cbdb3bbb3615dd03f56dd28336912195433d38.dywi@gentoo> (raw)

commit:     93cbdb3bbb3615dd03f56dd28336912195433d38
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Tue Apr  1 16:29:56 2014 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Tue Apr  1 16:36:36 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=93cbdb3b

update roverlay-setup bash completion

---
 files/misc/roverlay.bashcomp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp
index e521c85..6d43522 100644
--- a/files/misc/roverlay.bashcomp
+++ b/files/misc/roverlay.bashcomp
@@ -216,6 +216,7 @@ _roverlay_setup_comp() {
    local LONGOPTS=(
       '--help' '--usage' '--version'
       '--work-root' '--data-root' '--conf-root' '--conf-dir' '--my-conf-root'
+      '--target-type' '--foreign' '--not-gentoo'
       '--output' '--ask' '--expand-user' '--additions-dir' '--variable'
       '--prjroot-relpath' '--enable-default-hooks' '--no-default-hooks'
       '--import-config' '--no-import-config' '--force-import-config'
@@ -293,6 +294,10 @@ _roverlay_setup_comp() {
          #COMPREPLY+=
       ;;
 
+      '--target-type')
+         COMPREPLY=( $( compgen -W "gentoo foreign" -- "${cur}" ) )
+      ;;
+
       *)
          case "${cur}" in
             --*)


             reply	other threads:[~2014-04-01 16:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-01 16:38 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-18 16:20 [gentoo-commits] proj/R_overlay:master commit in: files/misc/ André Erdmann
2014-02-22 15:15 André Erdmann
2013-09-23 15:30 André Erdmann
2013-09-13 16:19 André Erdmann
2013-08-19 15:42 André Erdmann
2013-08-09 10:18 André Erdmann

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=1396370196.93cbdb3bbb3615dd03f56dd28336912195433d38.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox