Appendix: run.sh format

run.sh is a script used for automating RepoSense report generation.

Customizing the RepoSense command

You can update the RepoSense command (i.e., the last line) in the run.sh to match your needs.

Specifying which version of RepoSense to use

Depending on which version you wish to use for report generation, add one of the following flags to the line ./get-reposense.py in run.sh (e.g., ./get-reposense.py --release):

  • --release: Use the latest release (Stable)
  • --master: Use the latest version of the master branch
  • --tag TAG (e.g. --tag v1.6.1): Use the version identified by the Git tag given
  • --commit COMMIT (e.g. --commit abc123): Use the version identified by the Git commit SHA given