Skip to content

pkgcheck: Fail on MissingLicenseRestricts and MissingUri

Adrian Schollmeyer requested to merge metadata into master

Both issues indicate that probably RESTRICT="fetch" should be set. MissingUri otherwise is a good indicator for a broken SRC_URI and doesn't fail if the URI can't be reached (since we have DeadUrl for this).

Merge request reports