Steps to use the standalone-comparison-tool
-
Setup
- Navigate to the directory
- Run
python3 -m pip install --user virtualenv
- Run
python3 -m venv env
- Run
source env/bin/activate
- Run
pip install -r requirements.txt
to install all the dependencies. - Run
python3 ./run.py -f [first_branch] -s [second_branch]
-
To use the previously downloaded privado files
- Run
python3 ./run.py -f [first_branch] -s [second_branch] -c
- Run
-
To specify a custom repository list:
- Create a file
your-repos.txt
which should be a new-line separated list of public repository links hosted on Github. - Run
python3 ./run.py -r path_to_file.txt
- Create a file
-
To skip sending results to slack:
- Run
python3 ./run.py -r path_to_file.txt --no-upload
- Run