Issue #3425
Updated by daviddavis over 6 years ago
When On this step: https://github.com/pulp/pulp_file#create-file-content-from-an-artifact If you create a content unit: https://github.com/pulp/pulp_file#create-file-content-from-an-artifact You set Content unit with path that is different from the relative_path artifact name, the PULP_MANIFEST still points to the name on the ContentArtifact: https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/app/viewsets/content.py#L57-L59 This artifact. Also, the file is what still fetched from the publishing code uses: https://git.io/vAHHJ As well as artifact name. What then is the manifest code: https://git.io/vAHHU AFAICT, purpose of the path field on FileContent isn't used at all. content unit?