Hide Forgot
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:
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.