Confirmed users
1,759
edits
Nalexander (talk | contribs) (Created page with "== Packaging Android host utilities == The host utilities are executable files that run on a *host* machine. The utilities provide services to an Android *target* device, in...") |
(→Linux) |
||
Line 18: | Line 18: | ||
mv firefox host-utils-37.0a2.en-US.linux-x86_64 | mv firefox host-utils-37.0a2.en-US.linux-x86_64 | ||
</pre> | </pre> | ||
If preparing a new archive for upload to tooltool: | |||
<pre> | |||
tar cvf host-utils-37.0a2.en-US.linux-x86_64.tar host-utils-37.0a2.en-US.linux-x86_64 | |||
gzip host-utils-37.0a2.en-US.linux-x86_64.tar | |||
</pre> | |||
Then upload host-utils-37.0a2.en-US.linux-x86_64.tar.gz to tooltool and update the manifest in testing/config/tooltool-manifests/linux64/hostutils.manifest. | |||
Repeat, using another archive, for 32 bit. | |||
=== Mac OS X === | === Mac OS X === |