So, I appreciate that it seems like this is still under heavy development, but frankly I am just grabbing some small optimizations and code style improvements.
Also when upgrading, we should leave things in such a way that its easy to upgrade boostrap versions. Either git submodules to their repo, or download it during the python build script I think…
As far as I can tell at this point, the build process works properly using the script locally, using docker and using drone exec to run the pipeline locally.
The next step is to disable the…
Have now rewritten the translation-status script ad added it to the build process.
New one takes ~30s for all languages, old took ~33 mins for all languages.
So thats a nice improvement.
Some code style to work on:
There are a bunch of pretty common pathlib operation I do, like chaining `with_suffix("") and some stuff that should probably become lib functions.
The…
Did some basic benchmarking on my laptop, should not be taken as solid proof of anything, but shows general trends. Both for full rebuilds with no caching. Current bash build script was ran first,…
Oh, and another issue: the fsfe status cgi script is no longer works meangingfully.
I can patch the build process and the scig script to show the new logs, but if we are using drone that is…
Things this branch does not do that the original script does
- I need to fix the staging bit. At the moment it will not actually copy the result from the stage dir to the target dir. …