mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +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
5df636a9c3
commit
7d74ef8f74
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user