148
edits
(clarification) |
No edit summary |
||
| Line 146: | Line 146: | ||
--comments "try: -b d -p linux -u all" doit | --comments "try: -b d -p linux -u all" doit | ||
</pre> | </pre> | ||
=== Unable to schedule builds due to missing 'requests' package === | |||
As with pip 8.0, the '--download-cache' option has been removed (it was already deprecated since 6.0). The fix for this issue was removing the argument in mozharness config (see https://hg.mozilla.org/try/rev/1c396281c01b). | |||
In order to build with a base revision prior to '1c396281c01b', you will need to rebase your patch to use a newer version. | |||
== Source code == | == Source code == | ||
edits