gardenlinux / python-gardenlinux-lib

Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames
0 stars 0 forks source link

No yaml required #33

Closed Vincinator closed 2 months ago

Vincinator commented 2 months ago

What this PR does / why we need it: Adds feature to automatically deduce the build artifacts from the cname.

pytests automatically create dummy artifacts, so we do not need to re-build gardenlinux in all flavors to test this library. artifact files exist, but content is a short test data string.

Which issue(s) this PR fixes: Fixes #30

Special notes for your reviewer: