Closed hoijui closed 3 years ago
These files could then be automatically generated in the CI job of the project with a script along the lines of:
find . -type f -iname "*.fcstd" > sourceList.txt
find . -type f -iname "*.pdf" > exportList.txt
as noted in the last update (relating to OPEN-NEXT/OKH-LOSH_copy#97), POSH files are found in specific folders, the collector automatically sorts them into source & export files (as included in the requirements here
Update:
New approach:
short: packaging is excluded
.okh.json
(MOSH)sBoM.csv
sBoM
) are referenced via any permanent URL. The crawler/collector looks onto the URL in the sBoM
of MOSH A
and finds either:
sBoM
) and it's URL and is linked to MOSH AsBoM
by any feasible URL pointing to the place where development of that part is happeningBackground:
OSH-metadata.md shall be updated accordingly
As it is now, people have to manually list all source and exported files. This is very cumbersome and I personally would never do it for a project.
How to solve this?