build: Drop user/group ID/name from sysupgrade.tar
authorSven Eckelmann <sven@narfation.org>
Thu, 6 Dec 2018 10:23:00 +0000 (11:23 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 2 Jan 2019 21:36:17 +0000 (22:36 +0100)
commit1afe3d8443aacbaf72a9148448bc6e0e2d2d0a9c
treeb1edd13bb16e5d4acdeaa954debf24edc39caf00
parent894bcf59dc5b11ff38259a43cf4a0a3e9acada96
build: Drop user/group ID/name from sysupgrade.tar

Tar will automatically record the user/group ID and name for
files/directories. This reduces the reproducibility of the sysupgrade.tar
because most of the people don't use the same username as the OpenWrt
buildserver.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
scripts/sysupgrade-tar.sh