mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

Wrapdb relaunching #118

Open jpakkane opened 4 years ago

jpakkane commented 4 years ago

Now that wrapdb is back up (thanks for all who fixed it), maybe we should do some work on relaunching it and build back some trust. Maybe something like:

The concept of "wrap day" is just to have one day when people come together, create new wrap files, submit them to the db, review them etc. We would be there to help newbies with their questions and so on. Hopefully this would provide us with more people who want to help with both creating and rewiewing wraps.

jmansion commented 4 years ago

Why is a crash or hosting a thing?

Isn't the vcpkg model 'quite good' where the index is a repo that can be git pulled, and the search is then a local operation etc? Then all this site reliability stuff is github's problem.

legeana commented 4 years ago

@jpakkane still working on actually making the proxy robust, will take a bit more time. It's basically an untested code which I started on Tim's machine. I don't think it's ready to be deployed by people outside of the core meson team. Things to do here: remove standalone mode, add test coverage for the proxy mode, add configuration for uwsgi server and create package for at least one distro, possibly docker as well.

@jmansion the idea is to avoid lock-in if we have to migrate away from github.