Actions
Bug #4562
closedThe relative_path of repositories fixtures is wrong. Has erroneous leading slash.
Description
For example, the relative_path for fedora_17_x86_64 is '/ACME_Corporation/library/fedora_17_label'. It should not have a leading slash. Here's some code from Repository.clone_repo_path:
org, _, content_path = repo_lib.relative_path.split("/", 3)
With this code, org becomes "" while _ becomes "ACME_Corporation" and content_path is "library/fedora_17_label". We need to fix the fixtures and any breaking tests.
Updated by Eric Helms over 10 years ago
- Difficulty set to trivial
- Triaged set to Yes
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by Partha Aji almost 9 years ago
- Pull request https://github.com/Katello/katello/pull/5737 added
Updated by Eric Helms almost 9 years ago
- Status changed from New to Ready For Testing
Updated by David Davis almost 9 years ago
- Related to Bug #13423: Fix katello test code for Pulp 2.8 added
Updated by Eric Helms almost 9 years ago
- Status changed from Ready For Testing to Closed
Actions