Issue #7176
closedscripts for copy (modify/ endpoint ) are incorrect
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"]'
Updated by ttereshc over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 77
Updated by ppicka over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ppicka
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Added by ppicka over 4 years ago
Updated by ppicka over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 64c60ddf8e2c3520f8122150d218468c97e87414.
Added by ppicka over 4 years ago
Revision a178ddf5 | View on GitHub
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 (cherry picked from commit 64c60ddf8e2c3520f8122150d218468c97e87414)
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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