ReleaseEngineering/Applications/Tooltool: Difference between revisions

The "file" argument in tooltool upload command is not needed as files are being uploaded from manifest.tt ( https://github.com/mozilla/build-tooltool/blob/master/tooltool.py#L933-L942 )
(don't suggest to use --url anymore)
(The "file" argument in tooltool upload command is not needed as files are being uploaded from manifest.tt ( https://github.com/mozilla/build-tooltool/blob/master/tooltool.py#L933-L942 ))
Line 115: Line 115:
Once all of that is in place, you're ready to perform the upload.  Just like for a Git or Mercurial commit, you'll need to provide a message to indicate why you're making this upload.  Including a bug reference is always helpful.Also make sure the "file" is in the same repository from where you run tooltool.
Once all of that is in place, you're ready to perform the upload.  Just like for a Git or Mercurial commit, you'll need to provide a message to indicate why you're making this upload.  Including a bug reference is always helpful.Also make sure the "file" is in the same repository from where you run tooltool.


     python tooltool.py upload "file" --authentication-file=~/.tooltool-token --message "Bug 1234567: add new frobnicator binaries"
     python tooltool.py upload --authentication-file=~/.tooltool-token --message "Bug 1234567: add new frobnicator binaries"




Confirmed users
67

edits