mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-19 13:40:22 +00:00
abuild-sign: dont set timestamp in gzip
This improves reproducibility of builds
This commit is contained in:
parent
b80a27b86a
commit
672032a4be
@ -39,7 +39,7 @@ do_sign() {
|
||||
fi
|
||||
|
||||
tmptargz=$(mktemp)
|
||||
tar -f - -c "$sig" | abuild-tar --cut | $gzip -9 > "$tmptargz"
|
||||
tar -f - -c "$sig" | abuild-tar --cut | $gzip -n -9 > "$tmptargz"
|
||||
tmpsigned=$(mktemp)
|
||||
cat "$tmptargz" "$i" > "$tmpsigned"
|
||||
rm -f "$tmptargz" "$sig"
|
||||
|
Loading…
Reference in New Issue
Block a user