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 13:24:33 2023 -0300
Parent: 1c6a6cc
Adjusted path
diff --git a/update-repo-index b/update-repo-index index ab32de3..7b3a77c 100755 --- a/update-repo-index +++ b/update-repo-index @@ -10,7 +10,7 @@ OUT="$HOME/www/dovel.email/$REPO" # archives echo "creating archives" -tar cz "$OUT/tree/" --xform="s@$OUT/tree@$REPO@" > "$OUT/$REPO.tar.gz" +tar -C "$OUT" cz tree/ --xform="s/tree/$REPO/" > "$OUT/$REPO.tar.gz" echo "creating index.html" cat << EOF > "$OUT/index.html"