From 7d74ef8f749cfd9fe44993903b690ab2acbf75a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Tue, 7 Jul 2015 17:21:29 -0500 Subject: [PATCH] settings.py: Add TOOLS_LOG_DIR for store RRS logs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index 4a8ec38..effa96a 100644 --- a/settings.py +++ b/settings.py @@ -234,3 +234,6 @@ POKY_REPO_URL = "git://git.yoctoproject.org/poky" RRS_EMAIL_SUBJECT = '[Recipe reporting system] Upgradable recipe name list' RRS_EMAIL_FROM = 'recipe-report@yoctoproject.org' RRS_EMAIL_TO = 'list@example.com' + +# Full path to directory where rrs tools stores logs +TOOLS_LOG_DIR = ""