autobuild: include autobuild.log in logs.tar.gz
authorAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 02:53:13 +0000 (19:53 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 05:31:58 +0000 (22:31 -0700)
script/autobuild.py

index 62117ec6508e12aaa2f50d34e91c0dd122a91906..2859c5f0deb32eea1bd3c92bad4e901ceebb8164 100755 (executable)
@@ -215,6 +215,7 @@ class buildlist(object):
         for b in self.tlist:
             tar.add(b.stdout_path, arcname="%s.stdout" % b.tag)
             tar.add(b.stderr_path, arcname="%s.stderr" % b.tag)
+        tar.add("autobuild.log")
         tar.close()
 
     def remove_logs(self):