From 4d3029a1d915986a88efb8e9f96fc9b1a28107cb Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 31 Jan 2018 10:24:28 -0500 Subject: [PATCH] fixes bug 1431763 - fix 59.0b1 build id This changes the 59.0b1 build id to the correct one. The previous one used was a cancelled build. --- socorro/processor/mozilla_transform_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socorro/processor/mozilla_transform_rules.py b/socorro/processor/mozilla_transform_rules.py index 4f675cdc12..e06b802caf 100644 --- a/socorro/processor/mozilla_transform_rules.py +++ b/socorro/processor/mozilla_transform_rules.py @@ -856,7 +856,7 @@ class AuroraVersionFixitRule(Rule): '20170921191414': '57.0b2', '20171103003834': '58.0b1', '20171109154410': '58.0b2', - '20180113035635': '59.0b1', + '20180116202029': '59.0b1', '20180117222144': '59.0b2', }