Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Tue Sep 19 15:59:17 2023 -0300
Parent: 929aab9
Updated script
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