-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mirrors.yaml #139
Update mirrors.yaml #139
Conversation
Fix links to two mirrors: Rediris, Spain; and Stellenbosch, South Africa. Set inactive mirrors to "active: false".
url: ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/ | ||
- active: true | ||
url: http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/ | ||
- active: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is it deactivated? http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/ loads fine for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, next one, I see ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's a bit confusing in the diff view, but the structure is
- active: xx # true/false --- whether mirror is active
cat: xx # a/af/aus/e/na/sa for Asia/Africa/Oceania/Europe/NAm/SAm
country: xx # country code
flag: xx # country code for the flag
name: xx, yy, zz # name (eg Uni Something), city, country
priority: 1000 # priority: 1 master, 10 secondary master, ...
url: http://example.com/mirror/sage/ # url --- must end with /
and the diff view often has the name and url of one mirror
combined with the active status of the next mirror.
well, there is no need to deactivate any of them because they're probed by a script anyways. still merging it, that just makes the script run faster. |
and your changes broke the build itself. i'm fixing this, and also exposing the error message for travis-ci. it's a missing slash:
|
Fix links to two mirrors: Rediris, Spain; and Stellenbosch, South Africa.
Set inactive mirrors to "active: false".