]> git.armaanb.net Git - stagit.git/commitdiff
More verbose repo-gen.sh
authorDemonstrandum <moi@knutsen.co>
Wed, 1 Jul 2020 16:17:06 +0000 (17:17 +0100)
committerDemonstrandum <moi@knutsen.co>
Wed, 1 Jul 2020 16:17:06 +0000 (17:17 +0100)
repo-gen.sh

index 1b4659c65bc276fbfb1fad25ebc81c082ab0297a..c68950c4aa16234f09bd98d016c3afc28614959b 100755 (executable)
@@ -27,7 +27,10 @@ for repo in /srv/git/*.git; do
 
        echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url"
 
-       "$STAGIT" "/srv/git/$repo.git"
+       COMMAND="$STAGIT /srv/git/$repo.git"
+       echo "$COMMAND"
+       $COMMAND
 done
 
+echo "Generating index.html with \`$STAGIT_INDEX\`."
 "$STAGIT_INDEX" /srv/git/*.git > /var/www/git/index.html