From c5363552bf7eb05cfd1410427d2939e6499e2dc6 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sun, 5 Jul 2015 09:59:59 -0400 Subject: [PATCH] Build: Put Current Git Commit ID On Site --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 35e08e5f..33d64168 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ build: | egrep -v 'sha256sums.txt' \ | sort \ | xargs -d '\n' sha256sum > _site/sha256sums.txt + $S git show --oneline > _site/commit.txt ## Jekyll annoyingly returns success even when it emits errors and ## exceptions, so we'll grep its output for error strings