Confirmed users
571
edits
(→Set up Mozilla SSH Key, mercurial and mozilla-unified repo, test push to try: add IdentityFile information to .ssh/config and add it ssh-add) |
(→Installing Mercurial: add possibility of install with bootstrap.py) |
||
Line 37: | Line 37: | ||
*<code> apt-get install python-pip -y </code> | *<code> apt-get install python-pip -y </code> | ||
*<code> pip install Mercurial </code> | *<code> pip install Mercurial </code> | ||
If installation fails, used the bootstrap.py install script provided by the mozilla source code directory: | |||
* <code>curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O</code> | |||
* <code>python3 bootstrap.py</code> | |||
This will also clone the source code repository. | |||
===== Setting up the mozilla-unified repo ===== | ===== Setting up the mozilla-unified repo ===== |