diff options
-rwxr-xr-x | script/commit_mark.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/commit_mark.sh b/script/commit_mark.sh index bb1e9428a04..93a345bc7b9 100755 --- a/script/commit_mark.sh +++ b/script/commit_mark.sh @@ -8,6 +8,7 @@ fi fullname=$(getent passwd $USER | cut -d: -f5| cut -d',' -f1) cat <<EOF >> "$1" + Autobuild-User: $fullname <$USER@samba.org> Autobuild-Date: $(date) on $(hostname) EOF |