list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

2b55981

Author: brian (git@myr.sh)

Date: Tue Sep 19 17:01:05 2023 -0300

Parent: beb9329

Improved scripts

Diff

diff --git a/post-receive b/post-receive
index 213a9b1..1d18f8c 100755
--- a/post-receive
+++ b/post-receive
@@ -1,7 +1,8 @@
#!/bin/sh

# for debugging
-set -ex
+# set -ex
+echo "updating git pages"

OUT="$HOME/www/dovel.email"
GITDIR="$HOME/git/dovel.email"
diff --git a/post-receive-scripts b/post-receive-scripts
index aa5a0d7..8b95cc7 100755
--- a/post-receive-scripts
+++ b/post-receive-scripts
@@ -28,4 +28,4 @@ done

rm -fr "$TMP"

-./hooks/update-html
+sh ./hooks/update-html