SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

do not start bottle server as root #44

Closed tpokorra closed 9 years ago

tpokorra commented 10 years ago

making the server safer? can we still create lxc containers? or all on remote machines?

tpokorra commented 9 years ago

see also #43 about using wsgi. for the question: if we have an ssh key, we can login to our own host.

tpokorra commented 9 years ago

using uwsgi. Problem with threads, does not pick up a job from the build queue. buildqueuethread does not access the same buildqueue object as in the calling thread

in more detail:

One option might be to use sqlite instead of that global object? is that cleaner anyway? what about the LBS objects?

tpokorra commented 9 years ago

fixed now