We have channels setup for Oracle Linux which work ok, but we also have one for the epel repository which is giving me headaches.
We sync the channel via cron using the command /usr/bin/spacewalk-repo-sync -Y -c epel_el6_x86_64
The sync goes through the motions but then gives many errors like
The package filezilla-debuginfo-3.7.3-1.el6.i686 which is referenced by patch FEDORA-EPEL-2013-11198 was not found in the database. This patch has been skipped.
Add Patch FEDORA-EPEL-2014-4642
The package mup-6.3-1.el6.i686 which is referenced by patch FEDORA-EPEL-2014-4642 was not found in the database. This patch has been skipped.
Add Patch FEDORA-EPEL-2013-6007
The package iipsrv-debuginfo-1.0.0-0.7.git0b63de7.el6.i686 which is referenced by patch FEDORA-EPEL-2013-6007 was not found in the database. This patch has been skipped.
Most but not all are -debuginfo. In the repository is a subdirectory for debug that appears to contain these(but not the ones that are not -debuginfo).
I tried adding another repository to the channel adding the debug folder to the url but it doesnt seem to be a repo unto itself.
Am I missing some setting that tells the sync to follow subfolders, or alternativly to not sync or not fail on these files?