Bug 1393944

Summary: reposync synstax is incorrect resulting in the repo download beig placed in the wrong directory
Product: Red Hat OpenStack Reporter: Cory Bannister <cory.bannister>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: cory.bannister, dmacpher, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://access.redhat.com/articles/2377701
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-13 03:02:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Cory Bannister 2016-11-10 16:53:15 UTC
Description of problem:  The documentation "https://access.redhat.com/articles/2377701" step for for downloading the repos from the CDN has incorrect syntax whith results in placing the downloaded data into the wrong directory.


Version-Release number of selected component (if applicable):  https://access.redhat.com/articles/2377701


How reproducible:  every time


Steps to Reproduce:
1.  reposync -l -p -n ~/osprepo
2.  This places the downloads into a directory -n instead of ~/osprepo
3.

Actual results:


Expected results:

The path must be after the -p switch.  Changing the syntax to "reposync -l -n -p ~/osprepo" fixes this issue.

Additional info:

Comment 1 Dan Macpherson 2016-12-13 03:02:07 UTC
Hi Cory,

Thanks for spotting this. I've edited the document to include the change.

I
ll close this BZ but feel free to reopen if further changes are required.