Project

Profile

Help

Issue #2035

closed

Errata are published incrementally

Added by ttereshc almost 8 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Urgent
Assignee:
Sprint/Milestone:
-
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

Also available in: Atom PDF