rdrgmnzs / pulp_centos_errata_import

Imports CentOS (from http://cefs.steve-meier.de/) errata into Pulp / Katello
61 stars 22 forks source link

Package not found on "katello-3.1.0-5" #18

Closed demueller closed 7 years ago

demueller commented 7 years ago

I run all the the steps as mentioned in how-to:

DEBUG: Version is 20150616
INFO: Loading errata XML
DEBUG: XML loaded successfully
INFO: Getting server inventory
DEBUG: Using repo list from command line options: Base
DEBUG: Getting errata from Base
DEBUG: Processing CEBA-2005:169
DEBUG: Package: up2date-4.4.5.6-2.centos4.i386.rpm not found
DEBUG: Package: up2date-4.4.5.6-2.centos4.src.rpm not found
DEBUG: Package: up2date-4.4.5.6-2.centos4.x86_64.rpm not found
DEBUG: Package: up2date-gnome-4.4.5.6-2.centos4.i386.rpm not found
DEBUG: Package: up2date-gnome-4.4.5.6-2.centos4.x86_64.rpm not found
NOTICE: Skipping errata CEBA-2005:169 (CentOS and up2date - bugfix update) -- No packages found
...
DEBUG: Package: xen-ocaml-devel-4.2.5-38.el6.centos.alt.x86_64.rpm not found
DEBUG: Package: xen-runtime-4.2.5-38.el6.centos.alt.x86_64.rpm not found
NOTICE: Skipping errata CESA-2105:X001 (Important xen kernel libvirt python-virtinst e1000e (Xen4CentOS Only) Security Update) -- No packages found
DEBUG: Skipping meta
demueller commented 7 years ago

I was able to run the Script without "--include-repo", strange.

demueller commented 7 years ago

pulp-admin repo list provide correct repo names, problem solved.

rdrgmnzs commented 7 years ago

Yeah, I guess I should change that to be a required param as the script is quite useless without it. Going to update that and refresh the docs.