aboutcode-org / aboutcode-org/extractcode

Extractcode replaces `:` in file names with `_`

Đang mở
#41 1 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
39
Fork
23
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

This replacement is causing an issue with how debian system package resources are found and associated in the scancode.io docker pipeline. Some debian `.list` files have `:` in their names to separate the architecture from the package name, e.g. `libc6:amd64.list`. However, extractcode extracts this file as `libc6_amd64.list`. The code run in the docker pipeline is trying to find the original, unmodified name (`libc6:amd64.list`), and such the pipeline does not find the declared resources of a package from the `.list` as it was extracted as `libc6_amd64.list`

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.