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

use sqlite instead of global variables for saving the state #110

Closed tpokorra closed 9 years ago

tpokorra commented 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.

tpokorra commented 9 years ago

see branch https://github.com/SolidCharity/LightBuildServer/tree/sqlite

tpokorra commented 9 years ago

merged into trunk, implemented on lbs.solidcharity.com