From eb89930a5b95bf11ad5355666bb5503395a3b91f Mon Sep 17 00:00:00 2001 From: Demonstrandum Date: Thu, 6 Aug 2020 17:18:51 +0100 Subject: [PATCH] Add cachefile for each repo. --- repo-gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-gen.sh b/repo-gen.sh index d344048..ff57661 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -38,7 +38,7 @@ build_html () { echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url" - COMMAND="$STAGIT /srv/git/$repo.git" + COMMAND="$STAGIT -c ./cachefile /srv/git/$repo.git" echo "Building web-page for $repo." echo "$COMMAND" $COMMAND -- 2.39.2