Confirmed users
321
edits
No edit summary |
|||
| Line 62: | Line 62: | ||
= Extra Details = | = Extra Details = | ||
== Symbol upload server == | == Symbol upload server == | ||
All symbols are currently uploaded via SSH to symbolpush.mozilla.org, which is a server that exists for this express purpose. The actual symbol storage is a NFS mount that is exposed to that server. | All symbols are currently uploaded via SSH to symbolpush.mozilla.org, which is a server that exists for this express purpose. The actual symbol storage is a NFS mount that is exposed to that server. This hardware is located in Mozilla's Phoenix data center. | ||
== Symbol Index Files == | == Symbol Index Files == | ||
| Line 72: | Line 72: | ||
== The post-symbol-upload script == | == The post-symbol-upload script == | ||
All upload processes run [http://hg.mozilla.org/build/tools/file/tip/buildfarm/breakpad/post-symbol-upload.py a post-symbol-upload script] after uploading symbols. This script is currently a no-op, but it may change in the future if we decide to change the format in which symbols are stored. | All upload processes run [http://hg.mozilla.org/build/tools/file/tip/buildfarm/breakpad/post-symbol-upload.py a post-symbol-upload script] after uploading symbols. This script is currently a no-op, but it may change in the future if we decide to change the format in which symbols are stored. | ||