It was sorted by change date before, which does not say when something was merged but when it was commited. At least for me, I want to see if there are any problems and what is currently building when looking at the queue, and only then what already is there. Might be different for other users. Sort by the status priority instead. The priority is the same one used to decide the most important build status to show in the list for the different build types.
MSYS2 Web Interface
===================
A simple web interface for browsing the MSYS2 repos.
Rebuild CSS/JS (optional)::
cd frontend
npm install
npm run build
Run for Development::
poetry shell
poetry install
python run.py --cache
Run for Production::
# See the Dockerfile
docker build .
docker run --rm -it -p 8080:80 <image-id>
Description
Languages
Python
68.8%
HTML
26.3%
JavaScript
2.8%
SCSS
1.7%
Dockerfile
0.3%
Other
0.1%