aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/tools/rrs_upstream_email.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-01-04 14:17:00 -0600
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commit2943d182e5ac5d12b7d4ca51bbdf98a65e37e0f7 (patch)
tree06f97cd95cc761b47d001c27a2619ab3bd8bc936 /rrs/tools/rrs_upstream_email.py
parentcd5c4ff7d13dfbae3ae59bd767405237ef968b37 (diff)
downloadopenembedded-core-contrib-2943d182e5ac5d12b7d4ca51bbdf98a65e37e0f7.tar.gz
rrs/tools/rrs_upstream_email.py: Update message to point recipe file
instead of deprecated upstream tracking file. Since upstream_tracking.inc file is deprecated because now every recipe has it's own upstream information then update email message according it. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'rrs/tools/rrs_upstream_email.py')
-rwxr-xr-xrrs/tools/rrs_upstream_email.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/rrs/tools/rrs_upstream_email.py b/rrs/tools/rrs_upstream_email.py
index 3cde73b8c6..0e73957432 100755
--- a/rrs/tools/rrs_upstream_email.py
+++ b/rrs/tools/rrs_upstream_email.py
@@ -38,12 +38,12 @@ def send_email(recipes, repodir, options):
header = """This mail was sent out by Recipe reporting system.
This message list those recipes which need to be upgraded. If maintainers
-believe some of them needn't to upgrade this time, they can fill in
-RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this
-recipe remainder until newer upstream version was detected.
+believe some of them needn't to upgrade at this time, they can fill
+RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder
+until newer upstream version was detected.
Example:
-RECIPE_NO_UPDATE_REASON_pn-"xxx" = "Not upgrade to 2.0 is unstable"
+RECIPE_NO_UPDATE_REASON = "Version 2.0 is unstable"
You can check the detail information at: