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" | ||
=== Troubleshooting === | |||
You may incur in rsync errors like: | |||
rsync: connection unexpectedly closed (36 bytes received so far) [sender] | |||
In this case, it may help to add the following entries to your ~/.ssh/config file: | |||
Host tooltool-uploads.pub.build.mozilla.org | |||
ServerAliveInterval 5 | |||
ServerAliveCountMax 120 | |||
== What now? == | == What now? == |