File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ v33.0.0 (unreleased)
3434 project pipeline.
3535 https://github.com/nexB/scancode.io/issues/997
3636
37+ - In "map_deploy_to_develop" pipeline, add support for path patterns
38+ in About file attributes documenting resource paths.
39+ https://github.com/nexB/scancode.io/issues/1004
40+
3741v32.7.0 (2023-10-25)
3842--------------------
3943
Original file line number Diff line number Diff line change @@ -780,9 +780,10 @@ def _map_javascript_resource(
780780@dataclass
781781class AboutFileIndexes :
782782 """
783- Stores the regex path patterns, and ignore patterns,
784- package data and about file/mapped resources to create
785- packages from About files and map to deployed resources.
783+ About file indexes are used to create packages from
784+ About files and map the resources described in them
785+ to the respective packages created, using regex path
786+ patterns and other About file data.
786787 """
787788
788789 # Mapping of About file paths and the regex pattern
You can’t perform that action at this time.
0 commit comments