Skip to content

Add a new Check to ensure package filename matches the package info name.

Isaac Good requested to merge isaacg/archlinux-repod:136.filename_check into main

Closes #136 (closed)

Add a new Check to ensure package filename matches the package info name.

docs/repod/changelog.rst: Document the new package name check.

repod/action/check.py: Add a new MatchingFilenameCheck which checks that the package filename matches the package's metadata.

repod/action/task.py: Add a MatchingFilenameCheck when creating a new package.

tests/action/test_check.py: Add tests to ensure the MatchingFilenameCheck works correctly.

Edited by Isaac Good

Merge request reports