Confirmed users
107
edits
| Line 117: | Line 117: | ||
= How to upload to tooltool = | = How to upload to tooltool = | ||
Tooltool uploads have been traditionally managed by simply scp'ing files to the folder | Tooltool uploads have been traditionally managed by simply scp'ing files to the folder served by the apache instance working as tooltool download server. A new upload mechanism has been implemented to allow better tracking of what is uploaded to tooltool (see [https://bugzilla.mozilla.org/show_bug.cgi?id=772190 "Bug 772190 - tooltool upload mechanism"]). | ||
The new upload procedure allow users to upload artifacts via rsync to a dedicated upload server, contextually providing some metadata about the upload. The artifacts uploaded to the upload servers will then be distributed to the relevant tooltool download servers (and their mirrors, if any) by a separate sync script which is cron'd on the upload server itself. | The new upload procedure allow users to upload artifacts via rsync to a dedicated upload server, contextually providing some metadata about the upload. The artifacts uploaded to the upload servers will then be distributed to the relevant tooltool download servers (and their mirrors, if any) by a separate sync script which is cron'd on the upload server itself. | ||