chiark / gitweb /
Revert "build: bump max_apps_per_run to 50"
authorMarcus Hoffmann <bubu@bubu1.eu>
Mon, 15 Jan 2018 00:08:23 +0000 (01:08 +0100)
committerMarcus Hoffmann <bubu@bubu1.eu>
Mon, 22 Jan 2018 14:53:45 +0000 (15:53 +0100)
This reverts commit 56a53055bef857d7cf0f76eb7b485a2f6e85ac2a.

Revert "build: limit --all to 10 apps at a time"

This reverts commit afc5cc6b6a969bb1f12eb325df436eaadac53099.

fdroidserver/build.py

index a431dd528bf1ee4169ceb993f0a9dd047be07681..61cda139e88407f5961427824c689b2ef249b45a 100644 (file)
@@ -1138,11 +1138,7 @@ def main():
     # Build applications...
     failed_apps = {}
     build_succeeded = []
-    max_apps_per_run = 50
     for appid, app in apps.items():
-        max_apps_per_run -= 1
-        if max_apps_per_run < 1:
-            break
 
         first = True