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

Commit

Permalink
Merging from default
Browse files Browse the repository at this point in the history
changeset:   2952:cfd8764019cc
parent:      2950:64bc2a52059b
user:        Ben Hearsum <bhearsum@mozilla.com>
date:        Thu Jan 24 13:38:52 2013 -0500
summary:     bug 833985: all android builds now available email doesn't go to r-d. r=rail

changeset:   2953:9af91e0e1674
user:        Ben Hearsum <bhearsum@mozilla.com>
date:        Thu Jan 24 16:53:15 2013 -0500
summary:     bugs 823841 and 812322: Add support for promptWaitTime and relbranch to release kickoff form. r=nthomas

changeset:   2956:ce2310555604
parent:      2953:9af91e0e1674
user:        Armen Zambrano Gasparnian <armenzg@mozilla.com>
date:        Fri Jan 25 12:48:08 2013 -0500
summary:     Bug 829145. Reveal revision of script runnning a job. r=catlee

changeset:   2957:752085bfe40c
user:        Chris AtLee <catlee@mozilla.com>
date:        Fri Jan 25 15:21:39 2013 -0500
summary:     Bug 825936: Remove reserved slaves support r=rail

changeset:   2958:e0b138d60056
user:        Chris AtLee <catlee@mozilla.com>
date:        Fri Jan 25 16:25:26 2013 -0500
summary:     Bug 825936: Fix only_fast behaviour r=rail

changeset:   2959:d6a91d86930e
user:        Rail Aliiev <rail@mozilla.com>
date:        Fri Jan 25 16:25:53 2013 -0500
summary:     Bug 831771 - deploy node.js to Ubuntu. r=Callek

changeset:   2960:4479afaa0dc1
user:        Aki Sasaki <asasaki@mozilla.com>
date:        Fri Jan 25 15:01:42 2013 -0800
summary:     bug 821445 - mozharness production branch. r=rail

changeset:   2961:4852ccd2e2a4
user:        Chris AtLee <catlee@mozilla.com>
date:        Mon Jan 28 11:07:53 2013 -0500
summary:     nobug: code cleanup. r=bhearsum

changeset:   2962:5c588088dfdf
tag:         tip
user:        Rail Aliiev <rail@mozilla.com>
date:        Mon Jan 28 12:59:50 2013 -0500
summary:     Bug 835391 - Configs for new Linux32 testing reference platform. r=armenzg

--HG--
branch : production-0.8
  • Loading branch information
ccooper committed Jan 28, 2013
2 parents fd7da3c + af7fc29 commit 50e6559
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 508 deletions.
1 change: 1 addition & 0 deletions common.py
Expand Up @@ -93,6 +93,7 @@ def reallyShort(name, product=None):
'fedora': 'fed',
'fedora64': 'fed64',
'ubuntu64': 'ub64',
'ubuntu32': 'ub32',
'repack': 'rpk',
'alder': 'a',
'holly': 'h',
Expand Down
2 changes: 1 addition & 1 deletion env.py
Expand Up @@ -77,7 +77,7 @@
"CCACHE_DIR": '/builds/ccache',
"CCACHE_UMASK": '002',
"MOZ_HIDE_RESULTS_TABLE": '1',
"MOZ_NODE_PATH": "/home/cltbld/bin/node.exe"
"MOZ_NODE_PATH": "/usr/bin/node"
}

MozillaEnvironments['linux64-unittest'] = MozillaEnvironments[
Expand Down

0 comments on commit 50e6559

Please sign in to comment.