mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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>
This commit is contained in:
parent
7259ed2393
commit
066b17adb3
|
@ -38,12 +38,12 @@ def send_email(recipes, repodir, options):
|
||||||
header = """This mail was sent out by Recipe reporting system.
|
header = """This mail was sent out by Recipe reporting system.
|
||||||
|
|
||||||
This message list those recipes which need to be upgraded. If maintainers
|
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
|
believe some of them needn't to upgrade at this time, they can fill
|
||||||
RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this
|
RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder
|
||||||
recipe remainder until newer upstream version was detected.
|
until newer upstream version was detected.
|
||||||
|
|
||||||
Example:
|
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:
|
You can check the detail information at:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user