diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-12 13:06:16 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-12 02:13:19 +0000 |
commit | f2dc72eb47c0a3217265784f1d76117279ca8c1c (patch) | |
tree | b8e62188271c3671fa0f44b925a1450a0be2a094 /script/commit_mark.sh | |
parent | a89331e95480b049fa1feb314d210bc650c04494 (diff) | |
download | samba-f2dc72eb47c0a3217265784f1d76117279ca8c1c.tar.gz |
autobuild: add an extra blank line before the autobuild markers
Diffstat (limited to 'script/commit_mark.sh')
-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 |