mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +02:00
settings.py: Add TOOLS_LOG_DIR for store RRS logs.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
1b6ba9fb0f
commit
00df9ede1e
|
@ -238,3 +238,6 @@ PARALLEL_JOBS = "4"
|
||||||
RRS_EMAIL_SUBJECT = '[Recipe reporting system] Upgradable recipe name list'
|
RRS_EMAIL_SUBJECT = '[Recipe reporting system] Upgradable recipe name list'
|
||||||
RRS_EMAIL_FROM = 'recipe-report@yoctoproject.org'
|
RRS_EMAIL_FROM = 'recipe-report@yoctoproject.org'
|
||||||
RRS_EMAIL_TO = 'list@example.com'
|
RRS_EMAIL_TO = 'list@example.com'
|
||||||
|
|
||||||
|
# Full path to directory where rrs tools stores logs
|
||||||
|
TOOLS_LOG_DIR = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user