Actions
Issue #5957
closedpulp 2to3 migration only works if notes field is filled out with the type
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello-P1
Sprint:
Sprint 63
Quarter:
Description
the pulp 2to3 migration requires a notes field in at least a couple places:
https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/pre_migration.py#L233
https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/pre_migration.py#L285
however the notes field is only present if the repos were created with pulp-admin. Normal api usage does not create these fields.
Actions
Do not rely on repo-type from the notes
closes #5957 https://pulp.plan.io/issues/5957