forked from reposense/publish-RepoSense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
executable file
·19 lines (14 loc) · 861 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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.8 # Gets a specific version; in this case v1.8
### ./get-reposense.py --release --overwrite # Overwrite RepoSense.jar, if exists, with the latest release
./get-reposense.py --release
# 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
# dummy commit
java -jar RepoSense.jar --config ./configs --since 10/02/2019 --until 24/04/2019