Story #1158
closedAs a user, I can force full/fresh publish of rpms and not do an incremental publish
100%
Description
Pulp should have way how to prevent a second publish from being published as a fast-forward. For example when you need to fast way how to fix inconsistency between repodata/packages on disk and in database.
Suggested change:
https://github.com/release-engineering/pulp_rpm/commit/d16d6c831d71397f8a6b2b03ad1e8fad80120ef9
Related issues
Updated by mhrivnak over 9 years ago
- Tracker changed from Issue to Story
- Subject changed from skip_fast_forward option for publish to As a user, I can force full publish of rpm repos
- Groomed set to No
- Sprint Candidate set to Yes
- Tags Easy Fix added
Updated by mhrivnak about 9 years ago
- Has duplicate Story #1098: Support a 'forced' metadata regeneration added
Updated by bmbouter over 8 years ago
- Subject changed from As a user, I can force full publish of rpm repos to As a user, I can force full/fresh publish of rpms and not do an incremental publish
- Description updated (diff)
Updated by mhrivnak over 8 years ago
- Blocks Story #1724: Publish should be a no-op if no units and no settings have changed since the last successful publish added
Updated by mhrivnak over 8 years ago
I suggest a different setting name, but this looks like a good behavior to add.
The fast-forward feature causes some parts of the normal publish to be skipped. Having a setting to skip that skipping is just a little awkward. Do two skips cancel each other out?
Instead I suggest a setting like "force_full", or something similar. It focuses on what the user wants, not what they don't want.
Updated by ttereshc over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
Updated by ttereshc over 8 years ago
- Status changed from ASSIGNED to POST
Added by ttereshc over 8 years ago
Added by ttereshc over 8 years ago
Revision 2f4389a6 | View on GitHub
Add --force-full flag to publish command
Added by ttereshc over 8 years ago
Revision 7849304a | View on GitHub
Add --force-full flag to publish command
If specified the full publication of the RPMs will be done even when it is possible to make an incremental one.
Updated by ttereshc over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 7849304a0aae41fde9350a339f03b22a2d3f44cc.
Updated by pthomas@redhat.com over 8 years ago
Updated by semyers over 8 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add --force-full flag to publish command
re #1158 https://pulp.plan.io/issues/1158