mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
scripts/rrs_update/recipe_upstream.py: Also create_recipe_upstream when
no_update_reason changes. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
07293ec835
commit
9a5de0e7ec
|
@ -34,6 +34,8 @@ def create_recipe_upstream(recipe, recipe_result, logger):
|
|||
create = True
|
||||
elif recipe_result['status'] != recipe_upstream_db.status:
|
||||
create = True
|
||||
elif recipe_result['no_update_reason'] != recipe_upstream_db.no_update_reason:
|
||||
create = True
|
||||
except Exception as e:
|
||||
create = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user