Skip to content

filter-built: improve the parser

Wander Lairson Costa requested to merge walac/tools:built into main

Some people have shown interest in a script that tells if a commit is part of the RHEL build or not, so I am updating the filter-built script with some improvoments I made in other repos.

It is now renamed to is_built.py, so it can be imported as a module, I also added an unit test file.

e82141d (Wander Lairson Costa) is_built: add an unittest file

d7efe5c (Wander Lairson Costa) filter-built: rename the script

85b1ad8 (Wander Lairson Costa) filter-built: upgrade parser

filter-built | 219 --------------------------------- find-cve-backports | 2 +- is_built.py | 348 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test_built.py | 197 ++++++++++++++++++++++++++++++ 4 files changed, 546 insertions(+), 220 deletions(-)

Merge request reports