1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00
fdroidserver/buildserver
Hans-Christoph Steiner a4615b1def buildserver: handle loops in bash, not ruby, to save memory
Apparently, ruby is quite a memory hog when it forks.  I've been getting
errors like this with ./makebuildserver:

Errno::ENOMEM - script[add_btools_17] (android-sdk::default line 72) had an
  error: Errno::ENOMEM: Cannot allocate memory - fork(2)

So instead of looping in ruby and forking for each loop, handle the looping
in the bash script, so ruby is just calling a single bash script.
2016-06-14 16:34:13 +02:00
..
cookbooks buildserver: handle loops in bash, not ruby, to save memory 2016-06-14 16:34:13 +02:00
.gitignore Much better build server provisioning 2013-05-31 07:48:39 +01:00
config.buildserver.py config.buildserver.py: use new java_paths keys 2016-02-23 12:26:00 +00:00
fixpaths.sh Work in progress on integrating build server 2012-02-03 16:01:35 +00:00