You are looking at the user documentation for the most recent master
branch of RepoSense (not released to the public yet). The documentation for the latest public release is here.
run.sh
is a script used for automating RepoSense report generation.
You can update the RepoSense command (i.e., the last line) in the run.sh
to match your needs.
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--latest TAG_PREFIX
: Use the latest version with the given tag prefix (e.g. --latest v1.6
can use v1.6.1
)--commit COMMIT
(e.g. --commit abc123
): Use the version identified by the Git commit SHA given