aboutcode-org / aboutcode-org/extractcode

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

Aperta
#41 1 commento 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
39
Fork
23
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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`

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.