bug 419467: try server should upload win32 symbols to a symbol server - enable MOZ_DEBUG_SYMBOLS, fix workdir. r=ted, patch=me

git-svn-id: svn://10.0.0.236/trunk@249804 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com
2008-04-08 14:55:31 +00:00
parent 7be9af0e67
commit ee136c4f1a
2 changed files with 5 additions and 4 deletions

View File

@@ -439,7 +439,7 @@ firefox_sendchange_win32_steps = [
haltOnFailure=True,
flunkOnFailure=False,
env=MozillaEnvironments['tryserver'],
workdir="."),
workdir="mozilla"),
s(ShellCommand,
name="upload symbols",
@@ -447,7 +447,7 @@ firefox_sendchange_win32_steps = [
haltOnFailure=True,
flunkOnFailure=False,
env=MozillaEnvironments['tryserver'],
workdir=".")
workdir="mozilla")
]
firefox_sendchange_win32_builder = {
@@ -746,7 +746,7 @@ firefox_sendchange_hg_win32_steps = [
haltOnFailure=True,
flunkOnFailure=False,
env=MozillaEnvironments['tryserver'],
workdir="."),
workdir="mozilla"),
s(ShellCommand,
name="upload symbols",
@@ -754,7 +754,7 @@ firefox_sendchange_hg_win32_steps = [
haltOnFailure=True,
flunkOnFailure=False,
env=MozillaEnvironments['tryserver'],
workdir=".")
workdir="mozilla")
]
firefox_sendchange_win32_hg_builder = {

View File

@@ -12,3 +12,4 @@ mk_add_options AUTOCONF=/local/bin/autoconf-2.13
ac_add_options --enable-oji
WIN32_REDIST_DIR=/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT
export MOZ_DEBUG_SYMBOLS=1