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
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ class VersionV1(BaseModel): ...@@ -7,7 +7,6 @@ class VersionV1(BaseModel):
name: str name: str
tier :int = Field(ge=0, le=3) tier :int = Field(ge=0, le=3)
bandwidth :float # In Gb/s 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) 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) 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) rsync :List[str] # TODO: Validate (after we got Pydantic2, not worth the migration hassle)
......
...@@ -121,9 +121,6 @@ visible = true ...@@ -121,9 +121,6 @@ visible = true
# In Gb/s # In Gb/s
bandwidth = 10 bandwidth = 10
emails = [
"mirror@archlinux.org"
]
https = [ https = [
"https://archlinux.org" "https://archlinux.org"
......
...@@ -15,9 +15,6 @@ tier = 0 ...@@ -15,9 +15,6 @@ tier = 0
# In Gb/s # In Gb/s
bandwidth = 40 bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [ https = [
"https://archlinux.org/repo/" "https://archlinux.org/repo/"
......
...@@ -15,9 +15,6 @@ tier = 0 ...@@ -15,9 +15,6 @@ tier = 0
# In Gb/s # In Gb/s
bandwidth = 40 bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [ https = [
"https://archlinux.org/repo/" "https://archlinux.org/repo/"
...@@ -38,9 +35,6 @@ visible = false ...@@ -38,9 +35,6 @@ visible = false
# In Gb/s # In Gb/s
bandwidth = 40 bandwidth = 40
emails = [
"mirror@archlinux.org"
]
https = [ https = [
"https://archlinux.org/repo/" "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