gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: include pip3 install step in b


From: gnunet
Subject: [taler-deployment] branch master updated: include pip3 install step in bootstrap for codespell
Date: Wed, 22 Jul 2020 23:21:39 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 873d8de  include pip3 install step in bootstrap for codespell
873d8de is described below

commit 873d8de941215f386e9786b81b47988b060bbc93
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 22 23:21:37 2020 +0200

    include pip3 install step in bootstrap for codespell
---
 bootstrap-codespell | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bootstrap-codespell b/bootstrap-codespell
index 8608673..44d4db3 100755
--- a/bootstrap-codespell
+++ b/bootstrap-codespell
@@ -13,6 +13,8 @@ REPOS="libmicrohttpd gnunet"
 
 cd $HOME
 
+pip3 install --user codespell
+
 for component in $REPOS; do
   if ! test -d $HOME/$component; then
     git clone git://git.gnunet.org/$component.git

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]