You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,14 @@ Open the project in Eclipse or other IDE as a Gradle project.
10
10
11
11
Run LabCodeRepoSetupMain with a json file as arguments to set up repos for the start of term
12
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
+
13
15
Run DownloadAllLabRepos with a json file as arguments to download all Lab repos for grading
14
16
15
17
Run DownloadAllHomeworkRepos with a json file as arguments to download all Homework repos for grading
16
18
19
+
Run UpdateAllLabRepos with a json file as arguments to Hotfix student lab repos with changes made to the source repo.
0 commit comments