aboutsummaryrefslogtreecommitdiffstats
path: root/t.tls-aux
Commit message (Expand)AuthorAgeFilesLines
* tls-aux.c: add helper to obtain default cert pathsMatthias Andree2021-01-301-0/+2
d='n19' href='#n19'>19 20 21 22 23 24 25 26
#!/bin/sh

version=`sed -n '/VERSION *= *\(.*\)/s//\1/p' <Makefile`
echo "Uploading fetchmail version ${version}"

if [ $* ]
then
    ../upload $*
else

echo "Beginning web upload..."
# First, copy to primary website
dest=esr@${WWWHOST}:${WWWDIR}/fetchmail
scp fetchmail-${version}.tar.gz.asc $dest
#scp funny.html $dest
#scp fetchmail.png $dest
#scp bighand.png $dest
scp growth.png $dest
scp timeseries $dest
scp growthplot $dest
scp checksums $dest
# shipper does the rest.
rm -f ANNOUNCE.FRESHMEAT
shipper