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
use sqlite instead of global variables for saving the state #110
Closed
tpokorra closed 9 years ago
problems accessing global variables when using it uwsgi. (see #44).
better to use sqlite to manage all the state data. locking is managed by sqlite.