Confirmed users
3,990
edits
(Added info on how to re-trigger) |
m (Note about symlinks on Windows) |
||
Line 141: | Line 141: | ||
# have a checkout of mozilla-central | # have a checkout of mozilla-central | ||
# cd mozilla-entral/testing/mozharness/scripts | # cd mozilla-entral/testing/mozharness/scripts | ||
# rm desktop_unittest.py; ln | # rm desktop_unittest.py; ln firefox_ui_updates.py desktop_unittests.py | ||
#* You have to hard-link since archiver [http://mxr.mozilla.org/build/source/tools/buildfarm/utils/archiver_client.py#175 does not allow symlinks on Windows] | |||
# Just before calling [http://hg.mozilla.org/mozilla-central/file/default/testing/mozharness/scripts/firefox_ui_updates.py#l104 super()] create a new sys.argv values [1] | # Just before calling [http://hg.mozilla.org/mozilla-central/file/default/testing/mozharness/scripts/firefox_ui_updates.py#l104 super()] create a new sys.argv values [1] | ||
# after that you can push to try with this commit message (try: -b o -p android-x86 -u none -t none) | # after that you can push to try with this commit message (try: -b o -p android-x86 -u none -t none) |