Actions
Story #3913
closedAs a user I can specify the manifest filename when publishing a repo version
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently, the filename is hardcoded as PULP_MANIFEST. Allow users to specify a filename on the file publisher to be used when publishing. Optimally, the default should be the same as in #3912 (ie manifest.csv).
Related issues
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