The branch, master has been updated
via 2fe2e66 autobuild: fix typo in autobuild success subject line
from 625dcef vfs_fruit: add an option that allows disabling POSIX rename
behaviour
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2fe2e662dba080536a0f6c5485514097dd74a65a
Author: Garming Sam <[email protected]>
Date: Thu May 5 10:37:08 2016 +1200
autobuild: fix typo in autobuild success subject line
Signed-off-by: Garming Sam <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
Autobuild-User(master): Garming Sam <[email protected]>
Autobuild-Date(master): Thu May 5 04:15:16 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
script/autobuild.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/script/autobuild.py b/script/autobuild.py
index 1b756ca..ee16f5b 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -654,7 +654,7 @@ The top commit for the tree that was built was:
''' % top_commit_msg
logs = os.path.join(gitroot, 'logs.tar.gz')
- send_email('autobuild sucess on %s ' % platform.node(),
+ send_email('autobuild success on %s' % platform.node(),
text, logs)
--
Samba Shared Repository