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

Removed e-mails from spec

parent 7f308664
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,6 @@ upstream = "Worldwide.Tier0" ...@@ -7,10 +7,6 @@ upstream = "Worldwide.Tier0"
# In Gb/s # In Gb/s
bandwidth = 10 bandwidth = 10
emails = [
"torxed@archlinux.org",
"mirror@archlinux.life"
]
IP = [ IP = [
"89.190.3.198", "89.190.3.198",
......
...@@ -7,9 +7,6 @@ upstream = "Europe.Sweden.ArchLife" ...@@ -7,9 +7,6 @@ upstream = "Europe.Sweden.ArchLife"
# In Gb/s # In Gb/s
bandwidth = 10 bandwidth = 10
emails = [
"mirror@scientist.cloud"
]
https = [ https = [
"https://scientist.cloud" "https://scientist.cloud"
......
...@@ -8,9 +8,6 @@ visible = true ...@@ -8,9 +8,6 @@ visible = true
# In Gb/s # In Gb/s
bandwidth = 0.1 bandwidth = 0.1
emails = [
"mirror@hvornum.se"
]
https = [ https = [
"https://hvornum.se" "https://hvornum.se"
......
...@@ -6,9 +6,6 @@ tier = 0 ...@@ -6,9 +6,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/"
......
...@@ -69,16 +69,9 @@ The bandwidth is defined in Gigabits *(Gb)*, so `100Mbit` would equal a bandwidt ...@@ -69,16 +69,9 @@ The bandwidth is defined in Gigabits *(Gb)*, so `100Mbit` would equal a bandwidt
## emails ## emails
```toml **Do not specify e-mails in the TOML file**, e-mail addresses are registered in GitLab or the SSO platform. All communication will be done through those contact details.
emails = [
"mirror@hvornum.se"
]
```
The email listing defines the contact emails at which to reach the mirror administrators.
This is mainly used for Arch Staff to contact the administrator if any issues are detected.
The property requires an `array` type, and it must consist of at least one, but preferably two emails. This is to keep e-mails more anonymous and centralized in one place.
## http, https and rsync *(methods)* ## http, https and rsync *(methods)*
......
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