Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
bug 675805 - kill tracemonkey. r=nthomas
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 30, 2011
1 parent 29ae9f0 commit e72cf6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common.py
Expand Up @@ -37,7 +37,6 @@ def reallyShort(name):
'central': 'cen',
'1.9.1': '191',
'1.9.2': '192',
'tracemonkey': 'tm',
'places': 'plc',
'electrolysis': 'e10s',
'jaegermonkey': 'jm',
Expand Down
2 changes: 1 addition & 1 deletion misc.py
Expand Up @@ -545,7 +545,7 @@ def generateCCTestBuilder(config, branch_name, platform, name_prefix,

def generateBranchObjects(config, name):
"""name is the name of branch which is usually the last part of the path
to the repository. For example, 'mozilla-central', 'tracemonkey', or
to the repository. For example, 'mozilla-central', 'mozilla-aurora', or
'mozilla-1.9.1'.
config is a dictionary containing all of the necessary configuration
information for a branch. The required keys depends greatly on what's
Expand Down

0 comments on commit e72cf6a

Please sign in to comment.