[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 01/01: automatically do duplicate check



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit d7ce8b0d23e3ca931b4b4a17592486449fd7c86b
Author: Norbert Preining <preining@debian.org>
Date:   Thu Jun 26 15:57:35 2014 +0900

    automatically do duplicate check
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0bb5e64..fe0ad40 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ update-scripts-file:
 
 packages:
 	bash scripts/build-infra -p . -nosign pool
+	make duplicate-check
 
 alltests: installtests stable-tests testing-tests sid-tests
 
@@ -212,7 +213,7 @@ stable-tests:
 	done
 
 duplicate-check:
-	zgrep , pool/Contents-i386.gz
+	@if zgrep , pool/Contents-i386.gz >/dev/null ; then echo "Duplicate file inclusion detected!" ; zgrep , pool/Contents-i386.gz ; return 1 ; else return 0 ; fi
 
 
 clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: