From 9a5de0e7ec36f33e92b66b8753c3872f0526be2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 14 Jan 2015 11:02:28 -0600 Subject: [PATCH] scripts/rrs_update/recipe_upstream.py: Also create_recipe_upstream when no_update_reason changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- scripts/rrs_update/recipe_upstream.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/rrs_update/recipe_upstream.py b/scripts/rrs_update/recipe_upstream.py index f2b97f0..edfc40c 100644 --- a/scripts/rrs_update/recipe_upstream.py +++ b/scripts/rrs_update/recipe_upstream.py @@ -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