-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests and script to sync with upstream pes-events file (#40)
* Add tests for pes-events files * - Fix pes_events files to pass tests - Update tests * Fix mariadb ids * Add Epel support * Add tool to update pes-events file * - Add config files for each OS - Update update_pes-events.py * - Update pes-event file for Rocky, EuroLinux, CentOS Stream, AlmaLinux, Oracle Linux - Add additional repos for AlmaLinux, CentOS and Rocky * - Fix OL config file - Add pes_events_build_date to spec file to track the pes-events update date * Update config file * Add test to check debranding
- Loading branch information
1 parent
d3ba2c8
commit 438467d
Showing
40 changed files
with
582,907 additions
and
438,564 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,329 @@ | ||
{ | ||
"dist_name": "almalinux", | ||
"os_names": [ | ||
{ | ||
"major_version": 7, | ||
"os_name": "CentOS" | ||
}, | ||
{ | ||
"major_version": 8, | ||
"os_name": "AlmaLinux" | ||
}, | ||
{ | ||
"major_version": 9, | ||
"os_name": "AlmaLinux" | ||
} | ||
], | ||
|
||
"repository_replacing": { | ||
"rhel7-base": { | ||
"out_packageset": "base", | ||
"in_packageset": "base" | ||
}, | ||
"rhel7-optional": { | ||
"out_packageset": "base", | ||
"in_packageset": "base" | ||
}, | ||
"rhel7-extras": { | ||
"out_packageset": "base", | ||
"in_packageset": "base" | ||
}, | ||
"rhel7-highavailability": { | ||
"out_packageset": "base", | ||
"in_packageset": "base" | ||
}, | ||
"rhel7-resilientstorage": { | ||
"out_packageset": "base", | ||
"in_packageset": "base" | ||
}, | ||
|
||
"rhel8-AppStream": { | ||
"in_packageset": "appstream", | ||
"out_packageset": "almalinux8-appstream" | ||
}, | ||
"rhel8-BaseOS": { | ||
"in_packageset": "baseos", | ||
"out_packageset": "almalinux8-baseos" | ||
}, | ||
"rhel8-HighAvailability": { | ||
"in_packageset": "ha", | ||
"out_packageset": "almalinux8-ha" | ||
}, | ||
"rhel8-CRB": { | ||
"in_packageset": "powertools", | ||
"out_packageset": "almalinux8-powertools" | ||
}, | ||
"rhel8-RT": { | ||
"in_packageset": "rt", | ||
"out_packageset": "almalinux8-rt" | ||
}, | ||
"rhel8-ResilientStorage": { | ||
"in_packageset": "resilientstorage", | ||
"out_packageset": "almalinux8-resilientstorage" | ||
}, | ||
"rhel8-NFV": { | ||
"in_packageset": "nfv", | ||
"out_packageset": "almalinux8-nfv" | ||
}, | ||
"rhel8-SAP-NetWeaver": { | ||
"in_packageset": "sap", | ||
"out_packageset": "almalinux8-sap" | ||
}, | ||
"rhel8-SAP-Solutions": { | ||
"in_packageset": "saphana", | ||
"out_packageset": "almalinux8-saphana" | ||
}, | ||
|
||
"rhel9-AppStream": { | ||
"in_packageset": "appstream", | ||
"out_packageset": "almalinux9-appstream" | ||
}, | ||
"rhel9-BaseOS": { | ||
"in_packageset": "baseos", | ||
"out_packageset": "almalinux9-baseos" | ||
}, | ||
"rhel9-HighAvailability": { | ||
"in_packageset": "ha", | ||
"out_packageset": "almalinux9-highavailability" | ||
}, | ||
"rhel9-CRB": { | ||
"in_packageset": "crb", | ||
"out_packageset": "almalinux9-crb" | ||
}, | ||
"rhel9-RT": { | ||
"in_packageset": "rt", | ||
"out_packageset": "almalinux9-rt" | ||
}, | ||
"rhel9-ResilientStorage": { | ||
"in_packageset": "resilientstorage", | ||
"out_packageset": "almalinux9-resilientstorage" | ||
}, | ||
"rhel9-NFV": { | ||
"in_packageset": "nfv", | ||
"out_packageset": "almalinux9-nfv" | ||
}, | ||
"rhel9-SAP-NetWeaver": { | ||
"in_packageset": "sap", | ||
"out_packageset": "almalinux9-sap" | ||
}, | ||
"rhel9-SAP-Solutions": { | ||
"in_packageset": "saphana", | ||
"out_packageset": "almalinux9-saphana" | ||
}, | ||
|
||
"rhel10-AppStream": { | ||
"in_packageset": "appstream", | ||
"out_packageset": "almalinux10-appstream" | ||
} | ||
}, | ||
"removable_repositories":[ | ||
"rhel7-ansible-2", | ||
"rhel7-rt", | ||
"rhel7-rhevh", | ||
"rhel7-rhceph-tools-3", | ||
"rhel7-rhgs-server-3.1", | ||
"rhel7-resilientstorage", | ||
"rhel7-dotnet-1", | ||
"rhel7-sap", | ||
"rhel7-rhscl-1", | ||
"rhel7-openstack-13", | ||
"rhel7-ose-3.9", | ||
"rhel7-rhn-tools", | ||
"rhel7-nfv", | ||
"rhel7-sap-hana", | ||
"rhel7-ose-3.7", | ||
"rhel7-dotnet-1", | ||
|
||
"rhel8-Supplementary" | ||
], | ||
|
||
"package_replacing": [ | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-release", | ||
"to": "almalinux-release" | ||
}, | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-logos", | ||
"to": { | ||
"in_packageset": "centos-logos", | ||
"out_packageset": "almalinux-logos" | ||
} | ||
}, | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-backgrounds", | ||
"to": "almalinux-backgrounds" | ||
}, | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-logos-httpd", | ||
"to": "almalinux-logos-httpd" | ||
}, | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-logos-ipa", | ||
"to": "almalinux-logos-ipa" | ||
}, | ||
{ | ||
"initial_release": 7, | ||
"target_release": 8, | ||
"name": "redhat-bookmarks", | ||
"to": "centos-bookmarks" | ||
}, | ||
{ | ||
"initial_release": 8, | ||
"target_release": 9, | ||
"name": "redhat-bookmarks", | ||
"to": "almalinux-bookmarks" | ||
}, | ||
{ | ||
"initial_release": null, | ||
"target_release": 8, | ||
"name": "redhat-logos-ipa", | ||
"to": "almalinux-logos-ipa" | ||
}, | ||
{ | ||
"initial_release": 8, | ||
"target_release": 9, | ||
"name": "redhat-logos", | ||
"to": "almalinux-logos" | ||
}, | ||
{ | ||
"initial_release": 8, | ||
"target_release": 9, | ||
"name": "redhat-logos-httpd", | ||
"to": "almalinux-logos-httpd" | ||
} | ||
], | ||
"removable_packages":[ | ||
{ | ||
"name": "redhat-release-server", | ||
"initial_release": 7, | ||
"target_release": 8 | ||
}, | ||
{ | ||
"name": "libreport-rhel", | ||
"initial_release": 8, | ||
"target_release": 8 | ||
}, | ||
{ | ||
"name": "libreport-rhel-bugzilla", | ||
"initial_release": 8, | ||
"target_release": 8 | ||
}, | ||
{ | ||
"name": "redhat-release-computenode", | ||
"initial_release": 7, | ||
"target_release": 8 | ||
}, | ||
{ | ||
"name": "redhat-release-workstation", | ||
"initial_release": 7, | ||
"target_release": 8 | ||
}, | ||
{ | ||
"name": "redhat-release-client", | ||
"initial_release": 7, | ||
"target_release": 8 | ||
} | ||
], | ||
|
||
"additional_actions":[ | ||
{ | ||
"action": 3, | ||
"architectures": [ | ||
"x86_64", | ||
"aarch64", | ||
"ppc64le", | ||
"s390x" | ||
], | ||
"id": 0, | ||
"in_packageset": { | ||
"package": [ | ||
{ | ||
"modulestreams": [ | ||
null | ||
], | ||
"name": "centos-release", | ||
"repository": "base" | ||
} | ||
], | ||
"set_id": 0 | ||
}, | ||
"initial_release": { | ||
"major_version": 7, | ||
"minor_version": 7, | ||
"os_name": "CentOS", | ||
"tag": null, | ||
"z_stream": null | ||
}, | ||
"modulestream_maps": [ | ||
{ | ||
"in_modulestream": null, | ||
"out_modulestream": null | ||
} | ||
], | ||
"out_packageset": { | ||
"package": [ | ||
{ | ||
"modulestreams": [ | ||
null | ||
], | ||
"name": "almalinux-release", | ||
"repository": "almalinux8-baseos" | ||
} | ||
], | ||
"set_id": 0 | ||
}, | ||
"release": { | ||
"major_version": 8, | ||
"minor_version": 0, | ||
"os_name": "AlmaLinux", | ||
"tag": null, | ||
"z_stream": null | ||
} | ||
}, | ||
{ | ||
"action": 1, | ||
"architectures": [ | ||
"x86_64", | ||
"aarch64", | ||
"ppc64le", | ||
"s390x" | ||
], | ||
"id": 0, | ||
"in_packageset": { | ||
"package": [ | ||
{ | ||
"modulestreams": [ | ||
null | ||
], | ||
"name": "libreport-rhel-bugzilla", | ||
"repository": "base" | ||
} | ||
], | ||
"set_id": 0 | ||
}, | ||
"initial_release": { | ||
"major_version": 7, | ||
"minor_version": 6, | ||
"os_name": "CentOS" | ||
}, | ||
"modulestream_maps": [], | ||
"out_packageset": null, | ||
"release": { | ||
"major_version": 8, | ||
"minor_version": 3, | ||
"os_name": "AlmaLinux" | ||
} | ||
} | ||
|
||
] | ||
} |
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
Oops, something went wrong.