Re: [Pulp-list] existing erratum FEDORA-EPEL-2014-3674.

2016-07-07 Thread Jiri Tyr
The problem here is that your repo has only the yum_distributor but no export_distributor. You can add the skip flag by calling the API directly: curl -i -k --user admin -H "Content-Type: application/json" -X PUT -d '{"importer_config": {"type_skip_list": ["erratum"]}, "distributor_configs": {"yum

Re: [Pulp-list] existing erratum FEDORA-EPEL-2014-3674.

2016-07-06 Thread Feroze Bharmal
I tried running the skip-=erratum, But i get the following error now " Running... Updating distributor: export_distributor Task Failed Missing resource(s): repo_id=external-el7-epel-201606_1, distributor_id=export_distributor " The repo details are as follows +

Re: [Pulp-list] existing erratum FEDORA-EPEL-2014-3674.

2016-07-06 Thread Michael Hrivnak
Until we get a fix released that makes the parser more forgiving, you can skip the errata portion of a sync by using the "skip" setting on the yum importer. Here is how to add that setting with pulp-admin: pulp-admin rpm repo update --repo-id=myrepo --skip=erratum That will cause your repo to not

[Pulp-list] existing erratum FEDORA-EPEL-2014-3674.

2016-07-06 Thread Feroze Bharmal
Hi, I am getting the following failure when running a repo sync of el7 Task Failed Could not parse errata `updated` field: expected format '%Y-%m-%d %H:%M:%S'. Fail to update the existing erratum FEDORA-EPEL-2014-3674. Is there a way of skipping these errors , how do i get a full repo sync and