Handle nested release evidence checksums
This commit is contained in:
@@ -114,7 +114,7 @@ def verify_checksums(package_dir: Path) -> None:
|
||||
actual_paths = {
|
||||
path.relative_to(package_dir).as_posix()
|
||||
for path in package_files(package_dir, include_generated=True)
|
||||
if path.name != CHECKSUMS_NAME
|
||||
if path.relative_to(package_dir).as_posix() != CHECKSUMS_NAME
|
||||
}
|
||||
if expected_paths != actual_paths:
|
||||
raise RuntimeError(
|
||||
|
||||
Reference in New Issue
Block a user