ASSERT-KTH/sorald

May I ask if SoraldBot's code is open source?

Closed this issue · 2 comments

May I ask if SoraldBot's code is open source?

@codeseedling Yes, it is. You can see the related document here: https://github.com/eclipse/repairnator/blob/master/doc/repair-tools.md#sorald

I'm not sure if the documentation is updated. Last time I used the following command to run SoraldBot:

REPAIR_TOOL=SoraldBot GITHUB_OAUTH={key} SELECTED_COMMITS_PATH={workingDir}/selected-commits.csv CREATE_FORK=true SONAR_RULES={rule} WORKSPACE_FOLDER={workingDir}/{rule}/workspace OUTPUT_FOLDER={workingDir}/{rule}/output java -jar repairnator-realtime.jar 1>> {rule}/log.log 2>> {rule}/err.err