-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix namespace assignment from distro ID
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
- Loading branch information
1 parent
8797c9f
commit 4c9e044
Showing
5 changed files
with
44 additions
and
34 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -355,8 +355,8 @@ | |
"package_data": [ | ||
{ | ||
"type": "linux-distro", | ||
"namespace": "debian", | ||
"name": "ubuntu", | ||
"namespace": "ubuntu", | ||
"name": "debian", | ||
"version": "22.04", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
|
@@ -393,7 +393,7 @@ | |
"repository_download_url": null, | ||
"api_data_url": null, | ||
"datasource_id": "etc_os_release", | ||
"purl": "pkg:linux-distro/debian/[email protected]" | ||
"purl": "pkg:linux-distro/ubuntu/debian@22.04" | ||
} | ||
], | ||
"for_packages": [], | ||
|
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
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