gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: bootstrap: do not check for pand


From: gnunet
Subject: [taler-exchange] branch master updated: bootstrap: do not check for pandoc
Date: Wed, 24 Apr 2024 10:56:51 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4eb35dc9b bootstrap: do not check for pandoc
4eb35dc9b is described below

commit 4eb35dc9b1bec8507f7096069b5553b095ea6ba6
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 24 10:56:21 2024 +0200

    bootstrap: do not check for pandoc
    
    We don't use pandoc during bootstrapping, so this change does not belong
    in the bootstrap script.
---
 bootstrap | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/bootstrap b/bootstrap
index b749f0da9..509c8a0c7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,12 +8,6 @@ if ! git --version >/dev/null; then
   exit 1
 fi
 
-if ! pandoc --version >/dev/null; then
-  echo "pandoc not installed"
-  exit 1
-fi
-
-
 echo "$0: Updating submodules"
 echo | git submodule update --init --force --remote
 

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