paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit 9e2d9339a169917b52a364673e834108d1291fd2
parent cd419645f7a2644ddd613849d1c61d264ef30107
Author: Florian Dold <florian@dold.me>
Date:   Sat,  5 Sep 2026 17:36:22 +0200

remove --remote from submodule bootstrap

Otherwise builds will not be reproducible.

Diffstat:
Mbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -1,4 +1,4 @@ #!/bin/sh if [ -d ".git" ]; then - git submodule update --init --force --remote + git submodule update --init --force fi