|
|
@ -154,6 +154,7 @@ if [ ! -e $TARBALL_DIR/$package.tar$TAR_SUFFIX ]; then
|
|
|
|
trap "rm $TARBALL_DIR/tar-$$; rm .tdescminfo; exit 1" INT
|
|
|
|
trap "rm $TARBALL_DIR/tar-$$; rm .tdescminfo; exit 1" INT
|
|
|
|
find ./ -print0 | LC_ALL=C sort -z | \
|
|
|
|
find ./ -print0 | LC_ALL=C sort -z | \
|
|
|
|
tar c --no-recursion --null -T - \
|
|
|
|
tar c --no-recursion --null -T - \
|
|
|
|
|
|
|
|
--mode=u+rw,go=rX,a-s \
|
|
|
|
--mtime "@$(git log -1 --pretty=format:"%ct")" \
|
|
|
|
--mtime "@$(git log -1 --pretty=format:"%ct")" \
|
|
|
|
--owner=root --group=users --exclude .git --exclude .gitmodules \
|
|
|
|
--owner=root --group=users --exclude .git --exclude .gitmodules \
|
|
|
|
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
|
|
|
|
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
|
|
|
|