Backend: cache events and contributors

This commit is contained in:
David A. Harding 2015-09-06 18:21:19 -04:00
parent 90dc6a02b6
commit b3f4ba58f8
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 92 additions and 7 deletions

View file

@ -102,7 +102,7 @@ build:
| egrep -v 'sha256sums.txt' \
| sort \
| xargs -d '\n' sha256sum > _site/sha256sums.txt
$S git show --oneline > _site/commit.txt
$S git log -1 --format="%H" > _site/commit.txt
## Jekyll annoyingly returns success even when it emits errors and
## exceptions, so we'll grep its output for error strings