Confirmed users
321
edits
| Line 12: | Line 12: | ||
The |uploadsymbols| target simply calls the [http://mxr.mozilla.org/seamonkey/source/toolkit/airbag/tools/upload_symbols.sh upload_symbols.sh] script to upload the symbols using scp. This script relies on certain environment variables being set: | The |uploadsymbols| target simply calls the [http://mxr.mozilla.org/seamonkey/source/toolkit/airbag/tools/upload_symbols.sh upload_symbols.sh] script to upload the symbols using scp. This script relies on certain environment variables being set: | ||
* | * SYMBOL_SERVER_HOST : host to upload symbols to | ||
* | * SYMBOL_SERVER_USER : username on that host | ||
* | * SYMBOL_SERVER_PATH : path on that host to put symbols in | ||
The symbols are copied to the symbol server and unzipped into the specified path. | The symbols are copied to the symbol server and unzipped into the specified path. | ||