Bug 1666244 - Update of the wording + url at the end of the build r=mhoye

Differential Revision: https://phabricator.services.mozilla.com/D90855
This commit is contained in:
Sylvestre Ledru 2020-09-21 13:43:52 +00:00
Родитель 2486f9106a
Коммит dba81844c2
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
How To Contribute Code To Firefox
=================================
The whole process is a bit long, and it will take time to get things right.
The whole process can be a bit long, and it might take time to get things right.
If at any point you are stuck, please don't hesitate to ask at `https://chat.mozilla.org <https://chat.mozilla.org>`_
in the `#introduction <https://chat.mozilla.org/#/room/#introduction:mozilla.org>`_ channel.

Просмотреть файл

@ -1361,11 +1361,12 @@ class BuildDriver(MozbuildObject):
print('To view resource usage of the build, run |mach '
'resource-usage|.')
long_build = monitor.elapsed > 600
long_build = monitor.elapsed > 1200
if long_build:
output.on_line(
'We know it took a while, but your build finally finished successfully!')
output.on_line('If you are building Firefox often, SCCache can save you a lot of time. You can learn more here: https://firefox-source-docs.mozilla.org/build/buildsystem/sccache-dist.html') # noqa
else:
output.on_line('Your build was successful!')
@ -1381,7 +1382,7 @@ class BuildDriver(MozbuildObject):
if app in ('browser', 'mobile/android'):
print(
'For more information on what to do now, see '
'https://developer.mozilla.org/docs/Developer_Guide/So_You_Just_Built_Firefox' # noqa
'https://firefox-source-docs.mozilla.org/setup/contributing_code.html' # noqa
)
except Exception:
# Ignore Exceptions in case we can't find config.status (such