Skip to content

Commit f2766c8

Browse files
committed
[firefox][fennec][thunderbird] s/mach mercurial-setup/mach vcs-setup/g
1 parent 7316888 commit f2766c8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

fennec/fennec.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN sudo apt-get update \
2929

3030
# Set up additional Fennec build dependencies.
3131
RUN 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.

firefox/firefox-cinnabar.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN sudo apt-get update \
2323

2424
# Set up Mercurial extensions for Firefox.
2525
RUN 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

firefox/firefox-git.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN sudo apt-get update \
3131

3232
# Set up Mercurial extensions for Firefox.
3333
RUN 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

firefox/firefox-hg.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN sudo apt-get update \
1818

1919
# Set up Mercurial extensions for Firefox.
2020
RUN 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.
2424
ENV WORKSPACE /home/user/firefox/

thunderbird/thunderbird.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN sudo apt-get update \
2020

2121
# Set up Mercurial so mach doesn't complain.
2222
RUN 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.
2626
ENV WORKSPACE /home/user/thunderbird/

0 commit comments

Comments
 (0)