aboutcode-org / aboutcode-org/scancode.io

Process rootfs one at a time

未关闭
#4 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
215
派生
203
平均合并
4 天 8 小时
30 天内合并 PR
6

描述

In the root_filesystems.py pipeline in the step:
```
@step
def match_not_analyzed_to_system_packages(self):
"""
Match not-yet-analyzed files to files already related to system packages.
"""
rootfs.match_not_analyzed(
self.project,
reference_status="system-package",
not_analyzed_status="",
)
self.next(self.match_not_analyzed_to_application_packages)
```

... we should consider doing it one rootfs at a time if there are several rootfs at once in the project e.g. `for rfs in self.root_filesystems:`...

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。