commit 63a87a0ba760e078ba4ca34c135fc54f227d9373 parent 38242ab31f9958a0b618600edbb3136be1cda384 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 4 Mar 2024 21:23:09 +0100 gnunet now needs multiversion Diffstat:
| M | packaging/debian-docker/gnunet-build.sh | | | 2 | +- |
| M | packaging/ubuntu-docker/gnunet-build.sh | | | 2 | +- |
| M | packaging/ubuntu-mantic-docker/gnunet-build.sh | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packaging/debian-docker/gnunet-build.sh b/packaging/debian-docker/gnunet-build.sh @@ -11,7 +11,7 @@ cd /build/gnunet # Fetch source rm -rf * -pip3 install --break-system-packages sphinx-book-theme +pip3 install --break-system-packages sphinx-book-theme sphinx-multiversion for n in gnunet do diff --git a/packaging/ubuntu-docker/gnunet-build.sh b/packaging/ubuntu-docker/gnunet-build.sh @@ -11,7 +11,7 @@ cd /build/gnunet # Fetch source rm -rf * -pip3 install --break-system-packages sphinx-book-theme +pip3 install --break-system-packages sphinx-book-theme sphinx-multiversion for n in gnunet do diff --git a/packaging/ubuntu-mantic-docker/gnunet-build.sh b/packaging/ubuntu-mantic-docker/gnunet-build.sh @@ -11,7 +11,7 @@ cd /build/gnunet # Fetch source rm -rf * -pip3 install --break-system-packages sphinx-book-theme +pip3 install --break-system-packages sphinx-book-theme sphinx-multiversion for n in gnunet do