Skip to content

Commit e16bf1c

Browse files
committed
Merge branch 'master' of git@github.com:WPIRoboticsEngineering/LabCodeRepoSetup.git
2 parents 2b609f0 + d82d71d commit e16bf1c

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ Use the Github API to set up a set of repositories. The program will delete old
66
Modify a JSON file with this terms data. If the students from the previous term are all done with thier repos, set the deleteall flag in the JSON.
77

88
## Run
9-
```
10-
git clone https://github.com/WPIRoboticsEngineering/LabCodeRepoSetup.git
11-
cd LabCodeRepoSetup/LabCodeRepoSetup/
12-
./gradlw run teamAssignments2001.json
13-
```
9+
Open the project in Eclipse or other IDE as a Gradle project.
10+
11+
Run LabCodeRepoSetupMain with a json file as arguments to set up repos for the start of term
12+
13+
Run LabCodeRepoSetupMain with a json file and a csv file as arguments to set up repos for the start of term by parsing the csv for the student-team mapping. CAUTION this is brittle, the json is more stable.
14+
15+
Run DownloadAllLabRepos with a json file as arguments to download all Lab repos for grading
16+
17+
Run DownloadAllHomeworkRepos with a json file as arguments to download all Homework repos for grading
18+
19+
Run UpdateAllLabRepos with a json file as arguments to Hotfix student lab repos with changes made to the source repo.
20+
21+
1422
# JSON Config file
1523

1624
```

0 commit comments

Comments
 (0)