--- a/mobile/config-production-n900.py
+++ b/mobile/config-production-n900.py
@@ -1,16 +1,16 @@
from copy import deepcopy
import defaults
reload(defaults)
from defaults import default_n900
-base_dep_location = 'http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds'
-base_nightly_location = 'http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly'
+base_dep_location = 'http://stage.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds'
+base_nightly_location = 'http://stage.mozilla.org/pub/mozilla.org/mobile/nightly'
def generate_platform(base_platform, build_branch, talos_branch,
nightly_multi=False, nightly_unit=False,
nightly_talos=False, dep_unit=False, dep_talos=False):
new_platform = deepcopy(base_platform)
nightly_location = "%s/latest-%s/" % (base_nightly_location, build_branch)
if nightly_multi:
nightly_location += "en-US/"
--- a/mobile/config-staging-n900.py
+++ b/mobile/config-staging-n900.py
@@ -1,16 +1,16 @@
from copy import deepcopy
import defaults
reload(defaults)
from defaults import default_n900
-base_dep_location = 'http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds'
-base_nightly_location = 'http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly'
+base_dep_location = 'http://stage.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds'
+base_nightly_location = 'http://stage.mozilla.org/pub/mozilla.org/mobile/nightly'
def generate_platform(base_platform, build_branch, talos_branch,
nightly_multi=False, nightly_unit=False,
nightly_talos=False, dep_unit=False, dep_talos=False):
new_platform = deepcopy(base_platform)
nightly_location = "%s/latest-%s/" % (base_nightly_location, build_branch)
if nightly_multi:
nightly_location += "en-US/"