forked from reposense/publish-RepoSense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.sh
executable file
·17 lines (13 loc) · 801 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
# Downloads a specific version of RepoSense.jar of your choice from our repository
## Examples of supported options:
### ./get-reposense.py --release # Gets the latest release (Stable)
### ./get-reposense.py --master # Gets the latest master (Beta)
### ./get-reposense.py --tag v1.6.1 # Gets a specific version
### ./get-reposense.py --release --overwrite # Overwrite RepoSense.jar, if exists, with the latest release
./get-reposense.py --master
# Executes RepoSense
# Do not change the default output folder name (reposense-report)
## Examples of other valid options; For more, please view the user guide
### java -jar RepoSense.jar --repos https://github.com/reposense/RepoSense.git
java -jar RepoSense.jar --config ./configs --since d1 -i