Skip to content
Snippets Groups Projects
Commit 26f9cd6c authored by Anton Hvornum's avatar Anton Hvornum
Browse files

Merge branch 'main' into 'main'

Remove emails from test suites and mentions

See merge request !3
parents e0db65bc f6716adc
Branches main
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ class VersionV1(BaseModel):
name: str
tier :int = Field(ge=0, le=3)
bandwidth :float # In Gb/s
emails :List[str] # TODO: Validate (after we got Pydantic2, not worth the migration hassle)
https :List[str] # TODO: Validate (after we got Pydantic2, not worth the migration hassle)
http :List[str] # TODO: Validate (after we got Pydantic2, not worth the migration hassle)
rsync :List[str] # TODO: Validate (after we got Pydantic2, not worth the migration hassle)
......
......@@ -121,9 +121,6 @@ visible = true
# In Gb/s
bandwidth = 10
emails = [
"mirror@archlinux.org"
]
https = [
"https://archlinux.org"
......
......@@ -15,9 +15,6 @@ tier = 0
# In Gb/s
bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [
"https://archlinux.org/repo/"
......
......@@ -15,9 +15,6 @@ tier = 0
# In Gb/s
bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [
"https://archlinux.org/repo/"
......@@ -38,9 +35,6 @@ visible = false
# In Gb/s
bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [
"https://archlinux.org/repo/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment