Some helper python scripts are in utils/.
- List information about a client used in the study.
./findcli.py CLIENT_NAME- Clone the client via git and checkout to the version used in the study.
- By default, repos are cloned at a directory specified in
common.py, can be override with option--at.
- By default, repos are cloned at a directory specified in
./clone_co.py CLIENT_NAME --at /home/user/.local/share/repostoreIn depgraph/data/external, there are:
all-clients.json: list all clients and their versions used.incompat-pairs-all.json: list pairs of clients and libraries encountering upgrade incompatibility issues.