4 MAILTO=libguestfs@redhat.com
5 HOSTNAME="$(hostname -s)"
7 #----------------------------------------------------------------------
12 mail -s "$HOSTNAME $PROJECT FAILED $1 $gitsha" $MAILTO < local-log
17 mail -s "$HOSTNAME $PROJECT success $gitsha" $MAILTO < local-log
20 #----------------------------------------------------------------------
28 This is an automatic message generated by the builder on
29 $HOSTNAME for $PROJECT. Log files from the build
38 exec >> local-log 2>&1
40 # Pull from the public repo so that we don't need ssh-agent.
41 git pull --rebase git://git.annexia.org/git/febootstrap.git master
44 # The git version we are building.
45 gitsha=$(git log|head -1|awk '{print $2}')
47 # Do the configure step.
49 failed "configure step"