commit eb89930a5b95bf11ad5355666bb5503395a3b91f
parent 145ebde8e40025a0923a7e0ea7d9addfb9815b30
Author: Demonstrandum <moi@knutsen.co>
Date: Thu, 6 Aug 2020 17:18:51 +0100
Add cachefile for each repo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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