Block a user


feat/python-rewrite
Oh, and we should probably be using a pyproject.toml
, but again, that can wait for a future pr.
feat/python-rewrite
So, What is left for this PR?
It would seem that the site builds correctly, all links working and etc. The CI setup for deploying it to test.fsfe.org
works correctly.
The build itself is…
feat/python-rewrite
So.
This now largely works, and is deployed on test.fsfe.org
. There are a few things to iron out.
I will be very busy the next while, so there will likely be no further development for a bit.
feat/python-rewrite
Caching is now fixed.
The docker in docker container is pruned nightly, so the first build every day will do the whole dep reinstall. But I have optimized that a little, so it's not too…