From 06ddd211f3bee2990617a2c5dcfba70dc5f8c920 Mon Sep 17 00:00:00 2001 From: Rail Aliiev Date: Thu, 8 Oct 2015 13:18:07 -0400 Subject: [PATCH] Backout Bug 1188483 - desktop_l10n.py should support --locale $locale:$revision r=jlund DONTBUILD --- testing/mozharness/scripts/desktop_l10n.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/mozharness/scripts/desktop_l10n.py b/testing/mozharness/scripts/desktop_l10n.py index d803ad171e7..75467467c2b 100755 --- a/testing/mozharness/scripts/desktop_l10n.py +++ b/testing/mozharness/scripts/desktop_l10n.py @@ -60,6 +60,7 @@ PyMakeIgnoreList = [ # it's a list of values that are already known before starting a build configuration_tokens = ('branch', 'platform', + 'en_us_binary_url', 'update_platform', 'update_channel', 'ssh_key_dir',