Christoph Reiter d006089bdd queue: filter on build types instead of repos
previously the src build types were merged with the repos
they were connected with, so msys-src with msys etc.

Usually when filtering for "mingw64" one doesn't want to know the
build status of "mingw-src", so skip all that and just leak the
build types to the frontend as is.
2023-05-06 11:53:17 +02:00
2023-04-09 17:27:37 +02:00
2023-03-05 11:37:18 +01:00
2020-11-21 12:24:07 +01:00
2023-04-09 17:23:44 +02:00
2023-04-22 20:30:06 +02:00
2023-04-11 16:45:25 +02:00
2023-03-24 13:46:24 +01:00

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
Online Repo Browser
Readme 3.5 MiB
Languages
Python 68.8%
HTML 26.3%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.3%
Other 0.1%