Actions
Issue #7176
closedscripts for copy (modify/ endpoint ) are incorrect
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 79
Quarter:
Description
See https://pulp-rpm.readthedocs.io/en/3.4/workflows/copy.html#basic-repository-modification-api
There is a typo in CONTENT_HHREF
, so I guess no content is being actually copied.
If I copy-paste http POST $BASE_ADDR$REPO_HREF'modify'/ add_content_units:=["$CONTENT_HREF"]
it requires list to be in the quotes http POST $BASE_ADDR$REPO_HREF'modify'/ add_content_units:='["$CONTENT_HREF"]'
Actions
Docs script fix
Fix copy script - moved as single script used in correctness check script. Add this copy script to travis docs check.
Adjust scripts to pass shellcheck.
closes: #7176 https://pulp.plan.io/issues/7176