]> git.armaanb.net Git - stagit.git/commitdiff
Add cachefile for each repo.
authorDemonstrandum <moi@knutsen.co>
Thu, 6 Aug 2020 16:18:51 +0000 (17:18 +0100)
committerDemonstrandum <moi@knutsen.co>
Thu, 6 Aug 2020 16:18:51 +0000 (17:18 +0100)
repo-gen.sh

index d3440483e8bf5775d3aa23c018d82c7a8e85aab5..ff57661000ff60a71852ce74ef6d147a1520092e 100755 (executable)
@@ -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