Revert "autobuild: Return the last 50 log lines"
commit0234e3ac93fbfe1e74f1888599318084a749202d
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Mar 2016 10:07:08 +0000 (23 11:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 23 Mar 2016 17:59:17 +0000 (23 18:59 +0100)
tree0fd999e7832ca8fbdf492fd2c00a07ab5f43f788
parentfb381d885b0367c0b6f163ce1661b4cc4ae5f5ed
Revert "autobuild: Return the last 50 log lines"

This reverts commit aab2f39bb7ff330fbb01da4021c096e69a429d2e.

This breaks if log_base is an https url...

Traceback (most recent call last):
  File "script/autobuild.py", line 744, in <module>
    elapsed_time, log_base=options.log_base)
  File "script/autobuild.py", line 608, in email_failure
    f = open("%s/%s.stdout" % (log_base, failed_tag), 'r')
IOError: [Errno 2] No such file or directory:
'https://git.samba.org/uri/samba-autobuild/ctdb.stdout'

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Mar 23 18:59:17 CET 2016 on sn-devel-144
script/autobuild.py