script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txt
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Feb 2019 12:18:18 +0000 (13:18 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Feb 2019 01:18:29 +0000 (02:18 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py

index b1bd9d1686c025d7847aa1528d977be3400950d2..b43adcfc33aac1fe98fafaf5ed272cbe168ea5d2 100755 (executable)
@@ -635,7 +635,9 @@ class buildlist(object):
         filename = 'system-info.txt'
         f = open(filename, 'w')
         for cmd in ['uname -a',
+                    'lsb_release -a',
                     'free',
+                    'mount',
                     'cat /proc/cpuinfo',
                     'cc --version',
                     'df -m .',