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

Validate that wrap files point to releases rather than Git repos. #142

Closed jpakkane closed 3 years ago

jpakkane commented 3 years ago

This MR came about when I was reviewing the pr for termux. It errored out by saying that upstream.wrap was missing a directory entry. The error is a bit misleading because the real problem was that it was missing the wrap-file section as it was using wrap-git. People have tried to submit wrap-gits several times so the error should be more direct and obvious.

legeana commented 3 years ago

I see. I don't quite like the hardcoded value, I fixed it in my commit + the typo.