add missing fi, default to wget
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18243 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Fetches, builds and store the result of a heimdal build
|
||||
# Version: $Id$
|
||||
|
||||
fetchmethod=curl #options are: wget, curl, ftp, afs
|
||||
fetchmethod=wget #options are: wget, curl, ftp, afs
|
||||
resultdir=
|
||||
email=heimdal-build-log@it.su.se
|
||||
baseurl=ftp://ftp.pdc.kth.se/pub/heimdal/src
|
||||
@@ -202,6 +202,7 @@ EOF
|
||||
cat >> email-header <<EOF
|
||||
autobuild-passphrase: ${passhrase}
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat email-header ab.txt | sendmail "${email}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user