Actions
Issue #6790
closedSynchronized Repository Workflow Documenation Error
Status:
MODIFIED
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
3.0.0
Target Release - Python:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Following the documentation at https://pulp-python.readthedocs.io/en/latest/workflows/sync.html , I got the following.
(pulp) [vagrant@pulp3-source-fedora31 ~]$ http POST $BASE_ADDR/pulp/api/v3/repositories/ name=foo
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Length: 77
Content-Type: text/html
Date: Thu, 21 May 2020 14:17:57 GMT
Server: nginx/1.18.0
X-Frame-Options: SAMEORIGIN
<h1>Not Found</h1><p>The requested resource was not found on this server.</p>
Updated by gerrod over 4 years ago
Another doc error in the sync repo command
# Using the Remote we just created, we kick off a sync task
export TASK_URL=$(http POST $BASE_ADDR$REMOTE_HREF'sync/' repository=$REPO_HREF mirror=False \
| jq -r '.task')
Added by gerrod over 4 years ago
Updated by gerrod over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset 57bd3efd71258bafdbf76df7f70cb40561c39dc6.
Actions
Fixed documentation error for the workflow "Synchronize a Repository" fixes #6790 https://pulp.plan.io/issues/6790