Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
Bug 684247 - Move Mozmill test environments to mozqa.com. r=aaronmt
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Sep 2, 2011
1 parent 9ac1768 commit 40b98cd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions extension/resource/storage.js
Expand Up @@ -51,15 +51,9 @@ var Utils = { }; Cu.import('resource://mozmill-crowd/utils.js', Utils);
// XXX: For now lets use constants. Has to be moved out to a web service which
// will return the latest package and the hash
const ENVIRONMENT_DATA = {
Darwin : {
url : "http://people.mozilla.com/~hskupin/mozmill-crowd/mozmill-mac.zip"
},
Linux : {
url : "http://people.mozilla.com/~hskupin/mozmill-crowd/mozmill-linux.zip"
},
WINNT : {
url : "http://people.mozilla.com/~hskupin/mozmill-crowd/mozmill-windows.zip"
}
Darwin : { url : "https://mozqa.com/mozmill-env/mac-latest.zip" },
Linux : { url : "https://mozqa.com/mozmill-env/linux-latest.zip" },
WINNT : { url : "https://mozqa.com/mozmill-env/windows-latest.zip" }
};

// XXX: Has to be removed once we use the PHP script to download the environment
Expand Down

0 comments on commit 40b98cd

Please sign in to comment.