aboutsummaryrefslogtreecommitdiffstats
path: root/trio/html
Commit message (Expand)AuthorAgeFilesLines
* Import Trio 1.10 into fetchmail's trunk.Matthias Andree2004-11-109-0/+4490
22' href='#n22'>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