Bug 1290654

Summary: ostreesetup --nogpgcheck should be --nogpg
Product: [Fedora] Fedora Documentation Reporter: Patrick Uiterwijk <puiterwijk>
Component: install-guideAssignee: Petr Bokoc <pbokoc>
Status: NEW --- QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: jsmith.fedora, pbokoc, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch none

Description Patrick Uiterwijk 2015-12-11 04:44:28 UTC
Description of problem:
In the appendix with Kickstart syntax reference for Fedora 23, it says that ostreesetup accepts --nogpgcheck to disable GPG checks, while this is in fact --nogpg.

Version-Release number of selected component (if applicable):
Fedora 23

How reproducible:
Consistent

Steps to Reproduce:
1. Make a signed rpm-ostree repo
2. Use ostreesetup to install it and add --nogpgcheck

Actual results:
An error that --nogpgcheck is unknown.

Expected results:
A correctly pulled down tree.

Additional info:
Using --nogpg does what is expected.

Comment 1 Patrick Uiterwijk 2015-12-15 18:04:09 UTC
Created attachment 1106116 [details]
Patch