Actions
Issue #1969
closedas user, I can export a repo with a specified checksum type
Added by mhrivnak over 8 years ago. Updated over 5 years ago.
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.9.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 3
Quarter:
Description
Because rhel-5 doesn't support sha256 checksum type, we need pulp to be able to generate content isos for satellite with different checksum than default one.
Related issues
Updated by mhrivnak over 8 years ago
- Copied from Issue #1619: as user, I can export repo groups with different checksum than sha256 added
Updated by mhrivnak over 8 years ago
- Copied from deleted (Issue #1619: as user, I can export repo groups with different checksum than sha256)
Updated by mhrivnak over 8 years ago
- Blocks Issue #1619: as user, I can export repo groups with different checksum than sha256 added
Updated by mhrivnak over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mhrivnak
Updated by mhrivnak over 8 years ago
- Status changed from ASSIGNED to POST
Updated by mhrivnak over 8 years ago
Smash test issue: https://github.com/PulpQE/pulp-smash/issues/292
Added by mhrivnak over 8 years ago
Updated by mhrivnak over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 72fbcbd6d373497c76fb4cf39777570d480bda83.
Updated by pthomas@redhat.com over 8 years ago
- Status changed from MODIFIED to 6
[root@ibm-x3550m3-11 ~]# pulp-admin rpm repo export run --repo-id zoo --checksum-type sha
+----------------------------------------------------------------------+
Publishing Repository [zoo]
+----------------------------------------------------------------------+
The following publish configuration options will be used:
Checksum Type: sha
This command may be exited via ctrl+c without affecting the request.
Initializing repo metadata
[-]
... completed
Publishing Distribution files
[-]
... completed
Publishing RPMs
[==================================================] 100%
32 of 32 items
... completed
Publishing Delta RPMs
... skipped
Publishing Errata
[==================================================] 100%
4 of 4 items
... completed
Publishing Comps file
[==================================================] 100%
4 of 4 items
... completed
Publishing Metadata.
[-]
... completed
Closing repo metadata
[-]
... completed
Generating sqlite files
... skipped
Copying files
[-]
... completed
Writing Listings File
[-]
... completed
Exporting ISO
[-]
... completed
Moving ISO to final location
[-]
... completed
Task Succeeded
[root@ibm-x3550m3-11 ~]# pulp-admin rpm repo export run --repo-id zoo --checksum-type md5
+----------------------------------------------------------------------+
Publishing Repository [zoo]
+----------------------------------------------------------------------+
The following publish configuration options will be used:
Checksum Type: md5
This command may be exited via ctrl+c without affecting the request.
Initializing repo metadata
[-]
... completed
Publishing Distribution files
[-]
... completed
Publishing RPMs
[==================================================] 100%
32 of 32 items
... completed
Publishing Delta RPMs
... skipped
Publishing Errata
[==================================================] 100%
4 of 4 items
... completed
Publishing Comps file
[==================================================] 100%
4 of 4 items
... completed
Publishing Metadata.
[-]
... completed
Closing repo metadata
[-]
... completed
Generating sqlite files
... skipped
Copying files
[-]
... completed
Writing Listings File
[-]
... completed
Exporting ISO
[-]
... completed
Moving ISO to final location
[-]
... completed
Task Succeeded
Updated by semyers over 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
export distributor accepts "checksum_type" as a setting, just like the yum distributor
https://pulp.plan.io/issues/1969
closes #1969