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

e2e8fcc

Author: brian (git@myr.sh)

Date: Tue Sep 19 15:59:17 2023 -0300

Parent: 929aab9

Updated script

Diff

diff --git a/post-receive b/post-receive
index 73b8791..4872d97 100755
--- a/post-receive
+++ b/post-receive
@@ -1,7 +1,7 @@
#!/bin/sh

-#for debugging
-#set -ex
+# for debugging
+set -ex

OUT="~/www/dovel.email"
GITDIR="~/git/dovel.email"
@@ -61,7 +61,7 @@ cat << EOF
</dl>
</body>
</html>
-EOF
+EOF >> "$OUT/git.html"

# create commit pages
# while read oldrev newrev ref