| Summary: | use createrepo_c instead of createrepo | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
| Component: | scheduler | Assignee: | Raymond Mancy <rmancy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.14 | CC: | aigao, asaha, dcallagh, ebaak, llim, qwan, rmancy, xjia |
| Target Milestone: | 0.15 | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-03 02:29:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 965915 | ||
| Bug Blocks: | |||
|
Description
Dan Callaghan
2013-08-29 06:10:26 UTC
Steps to verify: 1. Ensure createrepo_c is being invoked (not createrepo) when a task is uploaded to the task library. 2. Ensure the generated task repo still works correctly (tasks can be installed) for recipes running RHEL3-7 and Fedora. Patch review found that this really needs to be tested in two parts: - task library unit tests to ensure the command invoked can be changed and that both createrepo and createrepo_c work - integration tests to ensure the server picks up the configuration setting for which command to use Hence adding a dependency on the BZ about adding unit tests for the task library in the first place :) Beaker 0.15 has been released. |