[Reproducible-commits] [presentations] 05/05: Drop this as it breaks the sha magic
Chris Lamb
chris at chris-lamb.co.uk
Sun Jul 3 09:52:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository presentations.
commit a1ff43cdea872dc2941a5ccbb830888904ef7092
Author: Chris Lamb <lamby at debian.org>
Date: Sun Jul 3 11:49:51 2016 +0200
Drop this as it breaks the sha magic
---
2016-07-07-DebConf16/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2016-07-07-DebConf16/Makefile b/2016-07-07-DebConf16/Makefile
index f4f9c3a..7d639a4 100644
--- a/2016-07-07-DebConf16/Makefile
+++ b/2016-07-07-DebConf16/Makefile
@@ -13,7 +13,7 @@ $(PRESENTATION).pdf: $(PRESENTATION).tex $(IMGS)
build=1; \
while [ $$build -le 5 ]; do \
build=$$(($$build + 1)); \
- lualatex -interaction=nonstopmode $<; \
+ lualatex $<; \
if sha1sum -c $(PRESENTATION).aux.sha1sum > /dev/null 2>&1; then \
break; \
fi; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git
More information about the Reproducible-commits
mailing list