From: maurosr@linux.vnet.ibm.com (Mauro S. M. Rodrigues)
Subject: [PATCH 3/3] nvmetcli: Install nvmetcli executable in $PATH
Date: Mon, 27 Mar 2017 14:46:45 -0300 [thread overview]
Message-ID: <1490636805-13688-3-git-send-email-maurosr@linux.vnet.ibm.com> (raw)
In-Reply-To: <1490636805-13688-1-git-send-email-maurosr@linux.vnet.ibm.com>
According to the README, one can install nvmetcli through setup.py.
When we try this, though, the nvmetcli wasn't configured in system's
$PATH.
Adding it to script list in setup.py solved the issue.
Tested-by: Guilherme G. Piccoli <gpiccoli at linux.vnet.ibm.com>
Signed-off-by: Mauro S. M. Rodrigues <maurosr at linux.vnet.ibm.com>
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index fdd6cea..4bd2ac2 100755
--- a/setup.py
+++ b/setup.py
@@ -27,4 +27,5 @@ setup(
maintainer_email = 'hch at lst.de',
test_suite='nose2.collector.collector',
packages = ['nvmet'],
+ scripts=['./nvmetcli'],
)
--
2.7.4
next prev parent reply other threads:[~2017-03-27 17:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-27 17:46 [PATCH 1/3] nvmetcli: Fix Port and Host operations in shell Mauro S. M. Rodrigues
2017-03-27 17:46 ` [PATCH 2/3] nvmetcli: Fix Referral operation " Mauro S. M. Rodrigues
2017-03-28 10:41 ` Sagi Grimberg
2017-03-30 8:27 ` Christoph Hellwig
2017-03-27 17:46 ` Mauro S. M. Rodrigues [this message]
2017-03-28 10:41 ` [PATCH 3/3] nvmetcli: Install nvmetcli executable in $PATH Sagi Grimberg
2017-03-30 8:28 ` Christoph Hellwig
2017-04-05 23:56 ` Mauro Rodrigues
2017-04-06 7:20 ` Christoph Hellwig
2017-03-28 10:40 ` [PATCH 1/3] nvmetcli: Fix Port and Host operations in shell Sagi Grimberg
2017-03-30 8:27 ` Christoph Hellwig
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=1490636805-13688-3-git-send-email-maurosr@linux.vnet.ibm.com \
--to=maurosr@linux.vnet.ibm.com \
/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;
as well as URLs for NNTP newsgroup(s).