taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 698a36613e7fc6ded78d59236c03d0ad14f9ccb6
parent 45de71f19dd82199676ed9891e5364355fef490d
Author: ms <ms@taler.net>
Date:   Wed,  1 Dec 2021 09:07:02 +0100

taler-local: not building exchange docs

Diffstat:
Mbin/WIP/taler-local | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local @@ -142,6 +142,7 @@ def build_exchange(r: Repo, p: Path): "--enable-logging=verbose", f"--with-microhttpd={pfx}", f"--with-gnunet={pfx}", + "--disable-doc", ) subprocess.run(["make", "install"], check=True) (p / "taler-buildstamp").touch()