script/autobuild.py: add 'lsb_release -a' and 'mount' to system-info.txt
[samba.git] / 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 .',