[checkupdates] Remove UpdateCheckMode "RepoTrunk"

It's unclear whether this still works and we're not planning to maintain
it.
This commit is contained in:
Gregor Düster 2023-10-27 23:45:05 +02:00 committed by Jochen Sprickerhof
parent 81fdba452a
commit b5424d40f1
2 changed files with 1 additions and 23 deletions

View file

@ -453,7 +453,7 @@ valuetypes = {
["AutoUpdateMode"]),
FieldValidator("Update Check Mode",
r"^(Tags|Tags .+|RepoManifest|RepoManifest/.+|RepoTrunk|HTTP|Static|None)$",
r"^(Tags|Tags .+|RepoManifest|RepoManifest/.+|HTTP|Static|None)$",
["UpdateCheckMode"])
}