mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
6126b55136
commit
c98ce54991
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue