2 # add a autobuild message to the HEAD commit
4 if grep -q '^Autobuild.User' "$1"; then
5 echo "Already marked as tested"
9 fullname
=$
(getent passwd
$USER | cut
-d: -f5| cut
-d',' -f1)
12 Autobuild-User: $fullname <$USER@samba.org>
13 Autobuild-Date: $(date) on $(hostname)