ReleaseEngineering/How To/Setup Personal Development Master: Difference between revisions

https, py27
(https, py27)
Line 3: Line 3:
= Setup =
= Setup =
== Prerequisites ==
== Prerequisites ==
* python 2.6
* python 2.7
* virtualenv
* virtualenv
** If you need to create a virtualenv manually, you must call it directly with: <pre>python /tools/misc-python/virtualenv.py </path/to/destination></pre>
** If you need to create a virtualenv manually, you must call it directly with: <pre>python /tools/misc-python/virtualenv.py </path/to/destination></pre>
Line 37: Line 37:
First, clone the <code>buildbot-configs</code> repository.
First, clone the <code>buildbot-configs</code> repository.
<pre>
<pre>
$ hg clone http://hg.mozilla.org/build/buildbot-configs
$ hg clone https://hg.mozilla.org/build/buildbot-configs
</pre>
</pre>


Confirmed users
4,971

edits