Actions
Issue #1453
closedpulp docker needs to pass old style of Repository model to Publish Steps
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Docker:
Platform Release:
2.8.0
Target Release - Docker:
2.0.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
During sync[0], and other operations where publish steps are used, the old style of Repository model should be passed in.
Updated by mhrivnak almost 8 years ago
This doc block is incorrect: https://github.com/pulp/pulp/blob/32f4f4de9742d7a8fdf51e347d616ee528b0e53b/server/pulp/plugins/util/publish_step.py#L485
It should return the old style repository object.
Updated by mhrivnak almost 8 years ago
This needs to add a ".repo_obj" to the expression being passed into the controller, to get the new-style Repository object.
pulp_docker and pulp_ostree both use the SaveUnitsStep and will likely need to be fixed.
Updated by mhrivnak almost 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mhrivnak
Updated by mhrivnak almost 8 years ago
- Status changed from ASSIGNED to POST
- Target Release - Docker set to 2.0.0
- Triaged changed from No to Yes
Added by mhrivnak almost 8 years ago
Updated by semyers over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
- Platform Release set to 2.8.0
Actions
fixing doc blocks, and passing correct Repository object to controller
https://pulp.plan.io/issues/1453