mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 14:18:24 -04:00
make build reproducible by fixing sort order in docs
From Debian https://bugs.debian.org/835463 Description: Make the build reproducible Author: Chris Lamb <lamby@debian.org> Last-Update: 2016-08-26
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user