taler-deployment

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

commit ebbc01ea5583b0ca085d307ad7710fca1904c757
parent 2a35da270ea925f65d84bd65785d1ea27a6f7705
Author: MS <ms@taler.net>
Date:   Thu, 23 Jul 2020 16:35:36 +0200

no bootstrap for demos

Diffstat:
Mbin/taler-deployment | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -234,7 +234,6 @@ def build_landing(r, p): def build_demos(r, p): update_checkout(r, p) - subprocess.run(["./bootstrap"], check=True) pfx = Path.home() / "local" pyconfigure() subprocess.run(["make", "install"], check=True)