aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-25 01:03:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-25 01:03:12 +0000
commit85381e8696065ae26404e6358d8f29c7c1ae0aca (patch)
tree76a96e6eedb1beb194e208c7f4e492cad33fb23d
parent31e021867a047cec8d8f8ae866ff23b6c090a37d (diff)
downloadfetchmail-85381e8696065ae26404e6358d8f29c7c1ae0aca.tar.gz
fetchmail-85381e8696065ae26404e6358d8f29c7c1ae0aca.tar.bz2
fetchmail-85381e8696065ae26404e6358d8f29c7c1ae0aca.zip
Try building signatures as selve.
svn path=/trunk/; revision=3382
-rwxr-xr-xindexgen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexgen.sh b/indexgen.sh
index ebb5009c..767a893e 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -34,9 +34,11 @@ then
fi
# Cryptographically sign checksums
+su -l esr <<EOF
gpg --clearsign checksums
mv checksums.asc checksums
-gpg --detach-sign --armor fetchmail-$(VERSION).tar.gz
+gpg --detach-sign --armor fetchmail-$VERSION.tar.gz
+EOF
cat >index.html <<EOF
<!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN">