Hi everyone,
Just realized that the blog seems to be down (http://blog.pytest.org/). Who
can verify what's happening?
Cheers,
Bruno.
___
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev
Hello Bruno,
I am experiencing the same.
To me it seems that the DNS delegation is currently not working. Could
be that the nameserver (normally the registrar's DNS), responsible for
blog.pytest.org is not delegating to github.io (where the blog is hosted
I assume).
Best,
Maik.
On 29.11.201
We moved the domain to another provider, I thought I copied everything
over. I'll check, maybe I missed a trailing dot or something.
Regards,
Florian Schulze
On 29 Nov 2017, at 15:05, Maik Figura wrote:
Hello Bruno,
I am experiencing the same.
To me it seems that the DNS delegation is cur
The missing trailing dot in the CNAME was the issue, should work again.
TTL is one hour, so some DNS caches might still need to catch up.
Regards,
Florian Schulze
On 29 Nov 2017, at 17:27, Florian Schulze wrote:
We moved the domain to another provider, I thought I copied everything
over. I'l
"Florian Schulze" writes:
> The missing trailing dot in the CNAME was the issue, should work again.
> TTL is one hour, so some DNS caches might still need to catch up.
Thanks!
___
pytest-dev mailing list
[email protected]
https://mail.python.org/m
Thanks Florian!
The site is back up, but the layout looks incorrect to me (seems it's
rendering without CSS). Anybody else seeing this?
Cheers,
On Wed, Nov 29, 2017 at 5:34 PM Floris Bruynooghe wrote:
> "Florian Schulze" writes:
>
> > The missing trailing dot in the CNAME was the issue, shoul
Hello Bruno,
experiencing the same. I think the webassets plugin is the reason. I'll
see if a small dependency fix helps and submit a PR.
You should also see this when locally testing via
make clean && make html && make serve
Best,
Maik.
On 29.11.2017 20:38, Bruno Oliveira wrote:
> Thanks
Awesome Maik, already merged your PR and things are back to normal! :)
Thanks everyone!
On Wed, Nov 29, 2017 at 8:21 PM Maik Figura wrote:
> Hello Bruno,
>
> experiencing the same. I think the webassets plugin is the reason. I'll
> see if a small dependency fix helps and submit a PR.
>
> You sh
Happy to hear everything is back to normal.
I may have the time to have a look at the blog in the next weeks. Maybe
an update to 3.7 would make sens and while at it a small bash script to
test whether generation was successful or not could be implemented as a
PR check. No promises, but if time per