From 9bd551f300952edf860971b1e9ce0ee69ec189ce Mon Sep 17 00:00:00 2001 From: Matthew Riley MacPherson Date: Mon, 5 Mar 2012 21:27:43 -0400 Subject: [PATCH] Remove Windows 64-bit builds (Bug 733206) Win64 builds are way more unstable than the other Nightly builds, so they aren't listed on this page for now. They're still available from the footer link to all the other builds (FTP listing). --- scrape.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scrape.py b/scrape.py index b290cab..7abdfbe 100755 --- a/scrape.py +++ b/scrape.py @@ -54,13 +54,6 @@ 'suffix': '.win32.installer', 'url': 'firefox/nightly/latest-trunk/', }, - { - 'class': 'windows', - 'extension': 'exe', - 'name': 'Windows 64-bit', - 'suffix': '.win64-x86_64.installer', - 'url': 'firefox/nightly/latest-trunk/', - }, { 'class': 'mac', 'extension': 'dmg',