aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-04-13 15:54:27 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commit3a040fc67bc78cff9b0dce52e043347abc4ead32 (patch)
treea677d61ea24a1d703272aeee93150af3e549637e /settings.py
parent8e2d772e00c5e994041f3194cc5fd7158dfd49cd (diff)
downloadopenembedded-core-contrib-3a040fc67bc78cff9b0dce52e043347abc4ead32.tar.gz
layerindex: Add support for rrs in settings.py and urls.py
Add RRS-specific settings and bring in RRS. Based on work by Aníbal Limón <anibal.limon@linux.intel.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 4edea1fbd4..0ed438a63b 100644
--- a/settings.py
+++ b/settings.py
@@ -233,3 +233,8 @@ RABBIT_BACKEND = 'rpc://'
# Used for fetching repo
PARALLEL_JOBS = "4"
+
+# Settings for Recipe reporting system
+RRS_EMAIL_SUBJECT = '[Recipe reporting system] Upgradable recipe name list'
+RRS_EMAIL_FROM = 'recipe-report@yoctoproject.org'
+RRS_EMAIL_TO = 'list@example.com'