dev #10

Merged
李衍志523370910113 merged 238 commits from dev into master 2025-03-05 16:20:39 +08:00
6 changed files with 11 additions and 3 deletions
Showing only changes of commit 76d7b2e60f - Show all commits

View File

@ -56,9 +56,7 @@ def get_healthcheck_args(repo_conf: repo.Config) -> str:
immutable_files = immutable_files + name + " "
else:
immutable_files = immutable_files + name + ","
jon-lee marked this conversation as resolved Outdated

do we need that default?

do we need that default?

what is the situation internally in JOJ3? I just added that blindly when I reached that stage. Overall I think 100 times per day should be a reasonable and safe default? considering that there may be group works and due date

what is the situation internally in JOJ3? I just added that blindly when I reached that stage. Overall I think 100 times per day should be a reasonable and safe default? considering that there may be group works and due date

They can manually add it if needed. Or just move it to the model default.

They can manually add it if needed. Or just move it to the model default.

removed.

removed.
chore = "/usr/local/bin/repo-health-checker -root=. "
args = ""
args = args + chore
args = "/usr/local/bin/repo-health-checker -root=. "
args = args + repo_size
for meta in required_files:
args = args + meta

View File

@ -63,6 +63,7 @@
"joj3-check-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--group-config",
"=100:24"
],
@ -240,6 +241,7 @@
"joj3-all-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--max-total-score",
"100"
],

View File

@ -63,6 +63,7 @@
"joj3-check-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--group-config",
"=100:24"
],
@ -210,6 +211,7 @@
"joj3-all-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--max-total-score",
"100"
],

View File

@ -63,6 +63,7 @@
"joj3-check-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--group-config",
"=100:24"
],
@ -212,6 +213,7 @@
"joj3-all-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--max-total-score",
"100"
],

View File

@ -63,6 +63,7 @@
"joj3-check-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--group-config",
"=100:24"
],
@ -237,6 +238,7 @@
"joj3-all-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--max-total-score",
"100"
],

View File

@ -63,6 +63,7 @@
"joj3-check-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--group-config",
"=100:24"
],
@ -209,6 +210,7 @@
"joj3-all-env",
"/home/tt/.config/teapot/teapot.env",
"--grading-repo-name",
"Nuvole-joj",
"--max-total-score",
"100"
],