lucidd / cefs

CEFS: CentOS Errata for Spacewalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEFS: CentOS Errata for Spacewalk

Overview

This repository contains my work around CEFS. It currently consists of the following pieces:

  • errata-import.pl: The import script that will read XML and write to Spacewalk (or a compatible) API

  • errata-wipe.pl: A script to remove all existing errata data from Spacewalk (or a compatible) API

  • xml2json.pl: A script to convert the ugly XML data structure into a nicer JSON form.

  • errata.latest.xml: The latest information on Errata for CentOS (supported versions only)

  • errata.latest.json: The same data as in the XML, but in JSON format (a derivative)

License

The data files (errata.latest.xml and errata.latest.json) are licensed CC BY-NC-ND.

See https://creativecommons.org/licenses/by-nc-nd/4.0/

Any scripts in this repository are licensed under the MIT License.

About

CEFS: CentOS Errata for Spacewalk


Languages

Language:Perl 100.0%