openSUSE / openSUSE-release-tools

Tools to aid in staging and release work for openSUSE/SUSE
GNU General Public License v2.0
59 stars 92 forks source link

factory-package-news: walk through every directory in the iso image #3003

Closed g7 closed 12 months ago

g7 commented 1 year ago

(branched off #3002)

Some installation media ship packages in some non-guessable directories, such as "Module-Python3" or "Module-Containers".

This Pull Request walks through every directory (except /boot) in the iso image and searches for .rpms there.

g7 commented 1 year ago

v2: add an exception when the directory is not found

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (82c067d) 28.45% compared to head (d31560d) 28.45%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3003 +/- ## ======================================= Coverage 28.45% 28.45% ======================================= Files 85 85 Lines 14716 14716 ======================================= Hits 4188 4188 Misses 10528 10528 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

g7 commented 12 months ago

v3: rebased on top of #3004