-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workers): Fix the handling of file lists
File lists for repository provenances are always created for the full repositories, ignoring any VCS path. This means that the VCS paths must be removed from repository provenances before requesting the file lists from the storage. It also means that file lists must be filtered by the VCS paths so that no unnecessary entries are added to the created ORT result. This is a fixup for e047d5a. Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
- Loading branch information
1 parent
38fafcd
commit fffd446
Showing
1 changed file
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters