[Reproducible-commits] [presentations] 01/05: Use nonstopmode

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 94ba7fd2439df30c44fa61d7f93a0ba19c209b47
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jul 3 11:32:25 2016 +0200

    Use nonstopmode
---
 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 621f02e..eff415e 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 $<; \
+		lualatex -interaction=nonstopmode $<; \
 		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