From 4184c382ec28fdd060754e23e89045a1add28d76 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 17 Oct 2016 11:08:59 -0400 Subject: minor: make packdist.sh more convenient for me --- packdist.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packdist.sh') diff --git a/packdist.sh b/packdist.sh index 935d6621..29567306 100755 --- a/packdist.sh +++ b/packdist.sh @@ -5,6 +5,11 @@ PACKAGE=lighttpd BASEDOWNLOADURL="http://download.lighttpd.net/lighttpd/releases-1.4.x" SNAPSHOTURL="http://download.lighttpd.net/lighttpd/snapshots-1.4.x" +if [[ "`id -un`" != "stbuehler" ]] && [[ -z "$AUTHOR" ]]; then + export AUTHOR="gstrauss" + export KEYID="AF16D0F0" +fi + AUTHOR="${AUTHOR:-stbuehler}" # may take one argument for prereleases like -- cgit v1.2.1