From 9ad24071f4347bff7d778818cffa55f4add91a12 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 21 Oct 2024 14:56:56 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index f0b7da2..595a404 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -206,15 +206,14 @@ Not ready yet.
Sample repository configuration. ```toml -teaching_team = ["mac-wang", "jon-lee", "allen_wr"] # jaccounts +# teaching_team = ["mac-wang", "jon-lee", "allen_wr"] # jaccounts maxsize = 5 # 5MB repo max size -releasetags = ["h1", "h2", "h3"] # list of valid release tags +# releasetags = ["h1", "h2", "h3"] # list of valid release tags [files] immutable = [".gitignore", ".gitattributes", ".gitea/workflows/push.yaml"] # readonly files required = [ "Changelog.md", "Readme.md" ] # files that must be found -whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt", ".gitea", "messenger.json"] # files/patterns which are not forbidden ```
@@ -228,7 +227,8 @@ task="hw3 ex5" release.deadline = 2024-10-18 23:59:00+08:00 -[judge-base] +[[stages]] +name = "judge-base" command="./matlab-joj ./h3/ex5.m" files.import = [ "tools/matlab-joj", "tools/matlab_formatter.py" ] score = 100