File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN sudo apt-get update \
2929
3030# Set up additional Fennec build dependencies.
3131RUN mkdir -p /home/user/.mozbuild \
32- && ./mach mercurial -setup -u \
32+ && ./mach vcs -setup -u \
3333 && ./mach python python/mozboot/mozboot/android.py --no-interactive
3434
3535# Configure the IDEs to use Fennec's source directory as workspace.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN sudo apt-get update \
2323
2424# Set up Mercurial extensions for Firefox.
2525RUN mkdir -p /home/user/.mozbuild \
26- && ./mach mercurial -setup -u \
26+ && ./mach vcs -setup -u \
2727 && echo "\n # Add Mozilla's git commands to the PATH." >> /home/user/.bashrc \
2828 && echo "PATH=\"\$ PATH:/home/user/.mozbuild/version-control-tools/git/commands\" " >> /home/user/.bashrc
2929
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN sudo apt-get update \
3131
3232# Set up Mercurial extensions for Firefox.
3333RUN mkdir -p /home/user/.mozbuild \
34- && ./mach mercurial -setup -u \
34+ && ./mach vcs -setup -u \
3535 && echo "\n # Add Mozilla's git commands to the PATH." >> /home/user/.bashrc \
3636 && echo "PATH=\"\$ PATH:/home/user/.mozbuild/version-control-tools/git/commands\" " >> /home/user/.bashrc
3737
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN sudo apt-get update \
1818
1919# Set up Mercurial extensions for Firefox.
2020RUN mkdir -p /home/user/.mozbuild \
21- && ./mach mercurial -setup -u
21+ && ./mach vcs -setup -u
2222
2323# Configure the IDEs to use Firefox's source directory as workspace.
2424ENV WORKSPACE /home/user/firefox/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN sudo apt-get update \
2020
2121# Set up Mercurial so mach doesn't complain.
2222RUN mkdir -p /home/user/.mozbuild \
23- && ./mozilla/mach mercurial -setup -u
23+ && ./mozilla/mach vcs -setup -u
2424
2525# Configure the IDEs to use Thunderbird's source directory as workspace.
2626ENV WORKSPACE /home/user/thunderbird/
You can’t perform that action at this time.
0 commit comments