Confirmed users
107
edits
| Line 162: | Line 162: | ||
# Folder /Users/$user/upload contains file1.tar.gz file2.tar.gz and file3.tar.gz | # Folder /Users/$user/upload contains file1.tar.gz file2.tar.gz and file3.tar.gz | ||
tooltool.py distribute --folder /Users/$user/upload --message "Bug 123456 - artifacts needed for this and that" --user $user --host tooltool-uploads.pub.build.mozilla.org --path "/tooltool/uploads/$user/pvt" | tooltool.py distribute --folder /Users/$user/upload --message "Bug 123456 - artifacts needed for this and that" --user $user --host tooltool-uploads.pub.build.mozilla.org --path "/tooltool/uploads/$user/pvt" | ||
The parameters in the previous command are: | |||
--folder: the folder containing the files you want to upload | |||
--message: any comment you may want to write about this upload | |||
--user: the user to access the tooltool upload server | |||
--host: the upload server host or IP | |||
--path: the target folder on the upload server | |||
Use /tooltool/uploads/<your_username>/pvt to upload to the private download server | |||
=== Troubleshooting === | === Troubleshooting === | ||
| Line 182: | Line 193: | ||
All metadata about the upload is stored in the upload server. | All metadata about the upload is stored in the upload server. | ||
= Tooltool uploads: the old school = | = Tooltool uploads: the old school = | ||