Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
No bug: [mozharness] Remove some remaining references to the build/to…
Browse files Browse the repository at this point in the history
…ols repo; r=nthomas

Differential Revision: https://phabricator.services.mozilla.com/D61612
  • Loading branch information
tomprince committed Feb 6, 2020
1 parent cd0c920 commit eb52d8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion testing/mozharness/mozharness/mozilla/testing/testbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class TestingMixin(VirtualenvMixin, AutomationMixin, ResourceMonitoringMixin,
symbols_path = None
jsshell_url = None
minidump_stackwalk_path = None
default_tools_repo = 'https://hg.mozilla.org/build/tools'

def query_build_dir_url(self, file_name):
"""
Expand Down
2 changes: 0 additions & 2 deletions testing/mozharness/scripts/fx_desktop_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def __init__(self):
"debug_build": False,
# nightly stuff
"nightly_build": False,
# hg tool stuff
"tools_repo": "https://hg.mozilla.org/build/tools",
# Seed all clones with mozilla-unified. This ensures subsequent
# jobs have a minimal `hg pull`.
"clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
Expand Down

0 comments on commit eb52d8b

Please sign in to comment.