-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trim quote characters in osinfo
Some distributions may use quotes in their os-info file (ex: centos). The osinfo helpers must handle these cases for correct parsing.
- Loading branch information
1 parent
0238ec3
commit 4ff3e2e
Showing
3 changed files
with
24 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
NAME="CentOS Stream" | ||
VERSION="8" | ||
ID="centos" | ||
ID_LIKE="rhel fedora" | ||
VERSION_ID="8" | ||
PLATFORM_ID="platform:el8" | ||
PRETTY_NAME="CentOS Stream 8" | ||
ANSI_COLOR="0;31" | ||
CPE_NAME="cpe:/o:centos:centos:8" | ||
HOME_URL="https://centos.org/" | ||
BUG_REPORT_URL="https://bugzilla.redhat.com/" | ||
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" | ||
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" |