pulp_centos_errata_import icon indicating copy to clipboard operation
pulp_centos_errata_import copied to clipboard

Imports CentOS (from http://cefs.steve-meier.de/) errata into Pulp / Katello

Results 10 pulp_centos_errata_import issues
Sort by recently updated
recently updated
newest added

[root@foreman centos_errata_merge]# ./errata_import.pl --errata=errata.latest.xml --host=foreman Experimental push on scalar is now forbidden at ./errata_import.pl line 289, near "%packagehash;" Execution of ./errata_import.pl aborted due to compilation errors. Rocky Linux release 8.6...

Katello v. 3.15 using the following script (wrapper) for errata import, calling perl script from this project errata_import.pl ``` #!/bin/bash wget -N https://cefs.steve-meier.de/errata.latest.xml.bz2 wget -N https://www.redhat.com/security/data/oval/com.redhat.rhsa-all.xml bunzip2 ./errata.latest.xml.bz2 perl ./errata_import.pl...

The older "force_post_sync_actions" setting was deprecated, then removed. Current versions use the ephemeral setting "--skip-metadata-check true/false", which must be invoked every time, as shown. Thanks for your work on this...

I'm not sure what's wrong but when I run './errata_import.pl --errata=./errata.latest.xml' after manually downloading the errata.latest.xml file I get many notices stating "No packages found" and when I look at...

[deprecate/remove force_post_sync_actions](https://projects.theforeman.org/issues/23033)

The Katello settings tab was renamed on the GUI from "Katello" to "Content"

FYI: From Katello 3.0 repositories have "Mirror on Sync" option. Ensure this is set to "No" otherwise loaded errata are cleared on next sync.

When I first ran your script I saw a number of unexpected EOF errors after "getting inventory" and before errata analysis. > INFO: Getting server inventory > sh: -c: line...

Hello, If you try to import errata into 2 or more repositories at once and there is some erratum, which should be added into both(or more) of those repositories, that...

Running errata_import.pl leaves around a bunch of ref and pack files in /tmp. This patch removes these temp files when they're no longer required.