]> git.armaanb.net Git - stagit.git/blobdiff - repo-gen.sh
More verbose repo-gen.sh
[stagit.git] / 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