Skip to content
Snippets Groups Projects
Verified Commit f6716adc authored by pita strudl's avatar pita strudl :mount_fuji:
Browse files

Remove emails from test suites and mentions

parent e0db65bc
No related branches found
Tags 1-1.0.4-2
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