Actions
Story #3912
closedAs a user, I can specify the file manifest name on the remote when syncing and publishing a repository
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently, we require users to specify the full url to the PULP_MANIFEST file. This is a bit at odds with how Pulp 2 and other plugins work so instead, we'd like to add a separate field in which users can specify the filename of the remote manifest.
Related issues
Updated by daviddavis over 6 years ago
- Related to Story #3913: As a user I can specify the manifest filename when publishing a repo version added
Updated by vdusek about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to vdusek
Updated by daviddavis about 6 years ago
- Subject changed from As a user, I can specify the file manifest name on the remote when syncing a repository to As a user, I can specify the file manifest name on the remote when syncing and publishing a repository
Forgot to mention that we need to update the publish code too in a similar way.
Updated by vdusek about 6 years ago
- Status changed from ASSIGNED to POST
Added by vdusek about 6 years ago
Updated by vdusek about 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset abd47ce67ba9faf1e1abc4288b2f273dc6a38cc5.
Updated by daviddavis about 6 years ago
- Related to Issue #4000: Tests in master are failing due to a change in pulp_file added
Updated by daviddavis about 6 years ago
- Related to Issue #4017: Remove the manifest field on remote added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow custom name of the manifest when syncing and publishing
When creating a remote user can specify his own name of the manifest. As a path to it will be used url/manifest. For example: $ http POST .../remotes/file/ name=rem1 url=https://repos.fedorapeople.org/pulp/pulp/demo_repos/test_file_repo/ manifest=PULP_MANIFEST
Same situation when creating a publisher. For example: $ http POST .../publishers/file/ name=publisher1 manifest=my_manifest.csv
closes #3912, #3913 https://pulp.plan.io/issues/3912 https://pulp.plan.io/issues/3913