gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: build-docs.sh: remove .local/b


From: gnunet
Subject: [taler-deployment] branch master updated: build-docs.sh: remove .local/bin in PATH
Date: Tue, 23 Jun 2020 10:07:43 +0200

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

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 33d5b11  build-docs.sh: remove .local/bin in PATH
33d5b11 is described below

commit 33d5b11897b7c1156696d40841b4024a9832d9d0
Author: buckE <buckE@disroot.org>
AuthorDate: Tue Jun 23 08:02:48 2020 +0000

    build-docs.sh: remove .local/bin in PATH
---
 buildbot/build-docs.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index 78cdff0..a28d69f 100755
--- a/buildbot/build-docs.sh
+++ b/buildbot/build-docs.sh
@@ -10,7 +10,8 @@ fetch () {
   git reset --hard "$branch"
 }
 
-export PATH=$HOME/.local/bin:$PATH
+# Remove local path re: using global buildbot-worker not pip local install
+#export PATH=$HOME/.local/bin:$PATH
 
 logfile="/home/docbuilder/sphinx-warnings.log"
 if [ -f "$logfile" ]

-- 
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]