Actions
Issue #2035
closedErrata are published incrementally
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.9.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 4
Quarter:
Description
If publish is operational and not the first one, updateinfo.xml is not fully regenerated, only changes since last publish are included.
1. Create repo
pulp-admin rpm repo create --repo-id zoo --feed https://repos.fedorapeople.org/pulp/pulp/fixtures/rpm/
2. Sync and publish it.
pulp-admin rpm repo sync run --repo-id zoo
3. Update, for example, distributor to make next publish operational.
pulp-admin rpm repo update --repo-id zoo --generate-sqlite true
4. Publish repo again.
pulp-admin rpm repo publish run --repo-id zoo
5. Observe new updateinfo.xml file which contains no errata.
<?xml version="1.0" encoding="utf-8"?>
<updates />
If in step 3 you will upload new erratum, then new updateinfo.xml will contain only this new erratum.
This issue was introduced with this commit, so it is in 2.9.0.
The errata step is incremental because of the filters here
Actions
Apply filters to errata publish step only during incremental export
closes #2035 https://pulp.plan.io/issues/2035