From c98ce549914a0163aedb59ec7dbd7f990e39c789 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 26 Aug 2016 11:48:12 +0200 Subject: [PATCH] make build reproducible by fixing sort order in docs From Debian https://bugs.debian.org/835463 Description: Make the build reproducible Author: Chris Lamb Last-Update: 2016-08-26 --- docs/gendocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gendocs.sh b/docs/gendocs.sh index 906afa14..c13f166b 100755 --- a/docs/gendocs.sh +++ b/docs/gendocs.sh @@ -273,7 +273,7 @@ echo "Making output for $srcfile" echo " in `pwd`" mkdir -p "$outdir/" -taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s" +taropts="--mtime=@$timestamp --mode=go=rX,u+rw,a-s --sort=name" cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\"" echo "Generating info... ($cmd)" eval "$cmd" -- 2.30.2