aboutcode-org / aboutcode-org/extractcode

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

Offen
#41 1 Kommentar 1 Reaktion 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
39
Forks
23
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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`

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.