1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txt

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2019-02-11 13:18:18 +01:00 committed by Andrew Bartlett
parent 8c0853b80c
commit 35d66610ca

View File

@ -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 .',