Packaging Android host utilities: Difference between revisions

fix directions for uploading to tooltool
(Major update)
(fix directions for uploading to tooltool)
Line 62: Line 62:
# Compare contents of current archive to the new archive. For instructions on existing archive, see the section below.
# Compare contents of current archive to the new archive. For instructions on existing archive, see the section below.
# Ensure uploading user has a valid token at [https://mozilla-releng.net/tokens/ Mozilla Releng].
# Ensure uploading user has a valid token at [https://mozilla-releng.net/tokens/ Mozilla Releng].
# Add file to temporary manifest
<pre>
python tooltool.py add --visibility public [file]
</pre>
# Upload the archive:
# Upload the archive:
<pre>
<pre>
python tooltool.py upload [name_of_archive] --authentication-file=[token_location] --message [commit_message]
python tooltool.py upload --authentication-file=[token_location] --message [commit_message]
</pre>
</pre>
# Update the manifest in testing/config/tooltool-manifests/linux64/hostutils.manifest.
# Update the manifest in testing/config/tooltool-manifests/linux64/hostutils.manifest.
21

edits