X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=contrib%2Fautobuild%2Fautobuild.sh;h=69956f8ad5783393783918dbcd8d27ab32f4e3eb;hb=f499d7d42567349a7e45170df95de97f38db5b52;hp=6ec1bfc4ff9b490af6e983550b6a59c5c5bc6932;hpb=6375aede61d57422ad82f4941693493c07b78aa2;p=libguestfs.git diff --git a/contrib/autobuild/autobuild.sh b/contrib/autobuild/autobuild.sh index 6ec1bfc..69956f8 100755 --- a/contrib/autobuild/autobuild.sh +++ b/contrib/autobuild/autobuild.sh @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This script is used to download and test the latest tarball on # Debian and other platforms. It runs from a cron job and sends email @@ -60,16 +60,25 @@ cd "$directory" # This function is called if any step fails. failed () { - mutt -s "$prefix libguestfs $version FAILED $1" "$mailto" -a ../build.log < ../build.log.tail + mutt -s "$prefix libguestfs $version FAILED $1" "$mailto" -a ../build.log.tail <