Confirmed users
1,759
edits
m (→Linux) |
(→Linux) |
||
| Line 7: | Line 7: | ||
=== Linux === | === Linux === | ||
For the version 60 update, host-utils was based on builds from https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=bb369804a51e7665c0b44d3778681ca132cb1c2c. See bug 1433279. For each of "Linux opt" and "Linux x64 opt", the build's target.tar.bz2 and target.common.tests.zip were downloaded. | |||
For the version | |||
<pre> | <pre> | ||
tar xvf target.tar.bz2 | tar xvf target.tar.bz2 | ||
| Line 25: | Line 14: | ||
rm -r firefox/browser | rm -r firefox/browser | ||
mv bin/* firefox | mv bin/* firefox | ||
mv firefox host-utils- | mv firefox host-utils-60.0a1.en-US.linux-x86_64 | ||
</pre> | </pre> | ||
If preparing a new archive for upload to tooltool: | If preparing a new archive for upload to tooltool: | ||
<pre> | <pre> | ||
tar cvf host-utils- | tar cvf host-utils-60.0a1.en-US.linux-x86_64.tar host-utils-60.0a1.en-US.linux-x86_64 | ||
gzip host-utils- | gzip host-utils-60.0a1.en-US.linux-x86_64.tar | ||
</pre> | </pre> | ||
Then upload host-utils- | Then upload host-utils-60.0a1.en-US.linux-x86_64.tar.gz to tooltool and update the manifest in testing/config/tooltool-manifests/linux64/hostutils.manifest. | ||
Repeat, using | Repeat, using "Linux opt" archives, for 32 bit. | ||
=== Mac OS X === | === Mac OS X === | ||