Hi Adrian

Awesome. And thanks for fixing the url's.

Best regards
Anders Trier Olesen

On Tue, Oct 4, 2016 at 9:55 AM, Adrian Reber <adrian@lisas.de> wrote:
On Mon, Oct 03, 2016 at 01:43:05PM +0200, Anders Trier Olesen wrote:
> At dotsrc.org we would like to become a public Tier 1 or Tier 2 mirror.
>
> We have a 1Gbit connection to the Danish research network DeIC, which is a
> part of NORDUnet (DeIC, RHnet, UNINETT, SUNET, Funet) which again is a part
> of the European research network GÉANT.
>
> We currently pull from ftp.linux.cz, and we have requested access to
> "fedora-enchilada0".
>
> The dotsrc.org servers are located at Aalborg University, Aalborg, Denmark.
> Contact mail is: staff@dotsrc.org. Username on FAS: dotsrc.
>
> Our mirror is added in mirrormanager, and the "report_mirror" script is
> called whenever rsync finishes.
>
> Let me know if there is anything else we need to do.

Thanks for supporting Fedora. Your mirror entry looks correct and thanks
for adding RSYNC and HTTPS URLs. You should already see clients being
redirected to your mirror:

$ curl -s 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64&country=dk'
# repo = epel-7 arch = x86_64 country = DK
http://mirrors.telianet.dk/epel/7/x86_64/
http://ftp.crc.dk/fedora-epel/7/x86_64/
https://mirrors.dotsrc.org/fedora-epel/7/x86_64/

There is an error in your configuration of the "Fedora Linux" category,
which happens often as that part of MirrorManager is a bit unfortunate.
You forgot to add the '/linux' at the end of your URLs which creates
following broken URLs for the clients:

$ curl -s 'http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-24&arch=x86_64&country=dk'
# repo = fedora-24 arch = x86_64 country = DK
https://mirrors.dotsrc.org/fedora/releases/24/Everything/x86_64/os/

I fixed it in the database and in a few minutes the clients should get
correct URLs for your mirror.

                Adrian