Confirmed users
14
edits
(mac testing: use mochitest vs robocop (robocop is gone)) |
(add windows document as experimental (This package is not landed on tooltool yet)) |
||
| Line 56: | Line 56: | ||
tar cvf host-utils-66.0a1.en-US.mac.tar host-utils-66.0a1.en-US.mac/* | tar cvf host-utils-66.0a1.en-US.mac.tar host-utils-66.0a1.en-US.mac/* | ||
gzip host-utils-66.0a1.en-US.mac.tar | gzip host-utils-66.0a1.en-US.mac.tar | ||
</pre> | |||
==== Windows (experimental) ==== | |||
Similar to Linux. Follow these steps to locate and download the necessary files on Linux (or mozilla-build on Windows) | |||
# From the selected treeherder build, identify '''Windows 2012 opt'''. | |||
# Click on the green B icon, which will bring up a pane covering bottom third of the window. | |||
# On the bottom left pane is a header named '''Task'''. Click on the hash. | |||
# A new tab will open and load Taskcluster. Click on tab named "Run Artifacts". | |||
# Download target.common.tests.tar.gz. | |||
# Download target.zip | |||
# Follow the contents of the script below: | |||
<pre> | |||
unzip target.zip | |||
mkidr temp_common | |||
tar xvf target.common.tests.tar.gz -C 'temp_common' | |||
rm firefox/firefox* | |||
rm -r firefox/browser | |||
mv 'temp_common'/bin/* firefox | |||
mv firefox host-utils-66.0a1.en-US.win32 | |||
tar cvf host-utils-66.0a1.en-US.win32.tar host-utils-66.0a1.en-US.win32 | |||
gzip host-utils-66.0a1.en-US.win32.tar | |||
</pre> | </pre> | ||