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:
Aníbal Limón 2015-07-07 17:21:29 -05:00
parent 5df636a9c3
commit 7d74ef8f74

View File

@ -234,3 +234,6 @@ POKY_REPO_URL = "git://git.yoctoproject.org/poky"
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 = ""