Skip to content

Commit

Permalink
bug 1085557 - Add Socorro symbol upload token file to mozconfigs. r=coop
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Feb 27, 2015
1 parent 602ee39 commit bb59a46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/macosx/mozconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ if [ -z "$CXX" ]; then
fi

. "$topsrcdir/build/mozconfig.cache"

export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token
2 changes: 2 additions & 0 deletions build/mozconfig.win-common
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ fi
# Some builds (eg: Mulet) don't want the installer, so only set this if it
# hasn't already been set.
MOZ_AUTOMATION_INSTALLER=${MOZ_AUTOMATION_INSTALLER-1}

export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=c:/builds/crash-stats-api.token
2 changes: 2 additions & 0 deletions build/unix/mozconfig.linux
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ if [ -d "$topsrcdir/gtk3" ]; then
mk_add_options "export LD_LIBRARY_PATH=$topsrcdir/gtk3/usr/local/lib"
ac_add_options --enable-default-toolkit=cairo-gtk3
fi

export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token

0 comments on commit bb59a46

Please sign in to comment.