[build] allow AUTHOR, KEYID overrides to packdist

personal/stbuehler/mod-csrf-old
Glenn Strauss 2016-07-16 23:23:24 -04:00
parent 2cdc017fb9
commit 052a049f29
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ PACKAGE=lighttpd
BASEDOWNLOADURL="http://download.lighttpd.net/lighttpd/releases-1.4.x"
SNAPSHOTURL="http://download.lighttpd.net/lighttpd/snapshots-1.4.x"
AUTHOR=stbuehler
AUTHOR="${AUTHOR:-stbuehler}"
# may take one argument for prereleases like
# ./packdist.sh [--nopack] rc1-r10
@ -206,8 +206,8 @@ force sha256sum "${name}.tar."{gz,xz} > "${name}.sha256sum"
rm -f "${name}".tar.*.asc
force gpg -a --output "${name}.tar.gz.asc" --detach-sig "${name}.tar.gz"
force gpg -a --output "${name}.tar.xz.asc" --detach-sig "${name}.tar.xz"
force gpg ${KEYID:+-u "${KEYID}"} -a --output "${name}.tar.gz.asc" --detach-sig "${name}.tar.gz"
force gpg ${KEYID:+-u "${KEYID}"} -a --output "${name}.tar.xz.asc" --detach-sig "${name}.tar.xz"
(
echo "* ${BASEDOWNLOADURL}/${name}.tar.gz"