Specify that the repository mining section is only necessary if one wants to hack on repository mining

Refs #812
This commit is contained in:
Marco Castelluccio 2019-07-31 16:15:06 +02:00
Родитель 80e4baea23
Коммит 9711d9fc31
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,8 @@ Run the `run.py` script to perform training / classification. The first time `ru
### Running the repository mining script
Note: This section is only necessary if you want to perform changes to the repository mining script. Otherwise, you can simply use the commits data we generate automatically.
1. Clone https://hg.mozilla.org/mozilla-central/.
2. Run `./mach vcs-setup` in the directory where you have cloned mozilla-central.
3. Enable the pushlog, hgmo and mozext extensions. For example, if you are on Linux, add the following to the extensions section of the `~/.hgrc` file: