mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Always write VM status
Before this the status.json only contained VM information with fdroid build --wiki --server, after this a fdroid build --server is enough.
This commit is contained in:
parent
b6f1f4231a
commit
32d2330bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -1260,7 +1260,7 @@ def main():
|
|||
logging.info(ngettext("{} build failed",
|
||||
"{} builds failed", len(failed_builds)).format(len(failed_builds)))
|
||||
|
||||
if options.wiki:
|
||||
if options.server:
|
||||
if os.cpu_count():
|
||||
status_output['hostOsCpuCount'] = os.cpu_count()
|
||||
if os.path.isfile('/proc/meminfo') and os.access('/proc/meminfo', os.R_OK):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue