Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Fri Sep 29 12:57:29 2023 -0300
Parent: 47099a6
Fixed zip file
diff --git a/update-repo-index b/update-repo-index index 97a1969..cfa394b 100755 --- a/update-repo-index +++ b/update-repo-index @@ -10,7 +10,7 @@ OUT="$HOME/www/dovel.email/$REPO" # archives echo "creating archives" -zip -r "$OUT/$REPO.zip" "$OUT/tree/" +tar cz "$OUT/tree/" --xform="s@$OUT/tree@$REPO@" > "$OUT/$REPO.zip" echo "creating index.html" cat << EOF > "$OUT/index.html"