generic-poky/bitbake/lib/toaster/toastermain
brian avery f43d97af94 bitbake: toaster: move sqlite database to TOASTER_DIR
The toaster.sqlite database was located in TOASTER_DIR/build.  This
meant that if you named your build directory something else (like cow),
Toaster would fail to make/find the database.  TOASTER_DIR is on the
whitelist unlike BUILDDIR and we need to be able to write there anyway
given our current layout so this should not disrupt anything.

[YOCTO #9992]

(Bitbake rev: 2c48168a86309c0cf2be793e7409a78ba21fca14)

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-02-15 20:08:15 -08:00
..
management bitbake: toaster: Remove DATABASE_URL being passed around as an environment var 2016-05-20 10:09:02 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
settings.py bitbake: toaster: move sqlite database to TOASTER_DIR 2017-02-15 20:08:15 -08:00
settings_production_example.py bitbake: toaster: Add an example production settings file 2016-11-30 15:48:09 +00:00
settings_test.py bitbake: toaster: tests Rename test settings to python compliant name and fix import 2016-06-15 08:35:06 +01:00
urls.py bitbake: toaster: use 'in' instead of has_key 2016-05-14 23:05:15 +01:00
wsgi.py bitbake: toaster: add vim modelines for .py files 2014-01-27 21:01:04 +00:00