commit 0a65dd9603d9a755ac512742f51b05a81fcd9347 parent 7140f34bdb7ca928907edeb64c8c8af7177351b4 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 7 Mar 2024 23:30:00 +0100 no more htmlark Diffstat:
| M | packaging/debian-docker/merchant-build.sh | | | 2 | +- |
| M | packaging/ubuntu-docker/merchant-build.sh | | | 2 | +- |
| M | packaging/ubuntu-mantic-docker/merchant-build.sh | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packaging/debian-docker/merchant-build.sh b/packaging/debian-docker/merchant-build.sh @@ -10,7 +10,7 @@ cd /build/taler # Fetch source rm -rf * -pip3 install --break-system-packages htmlark +# pip3 install --break-system-packages htmlark git clone git://git.taler.net/merchant cd merchant diff --git a/packaging/ubuntu-docker/merchant-build.sh b/packaging/ubuntu-docker/merchant-build.sh @@ -10,7 +10,7 @@ cd /build/taler # Fetch source rm -rf * -pip3 install --break-system-packages htmlark +# pip3 install --break-system-packages htmlark git clone git://git.taler.net/merchant cd merchant diff --git a/packaging/ubuntu-mantic-docker/merchant-build.sh b/packaging/ubuntu-mantic-docker/merchant-build.sh @@ -10,7 +10,7 @@ cd /build/taler # Fetch source rm -rf * -pip3 install --break-system-packages htmlark +# pip3 install --break-system-packages htmlark git clone git://git.taler.net/merchant cd merchant