Bug 975475 - Bootstrap script ignores parameter --no-gpg
Summary: Bootstrap script ignores parameter --no-gpg
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Registration
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michael Mráka
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: 462714
TreeView+ depends on / blocked
 
Reported: 2013-06-18 14:33 UTC by Pavel Studeník
Modified: 2015-05-29 20:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-29 20:12:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pavel Studeník 2013-06-18 14:33:15 UTC
Description of problem:
I used bootstrap script with parameter --no-gpg and this functionality doesn't work.

>> rhn-bootstrap --allow-config-actions --allow-remote-commands --activation-keys=1-activationkey --no-gpg --no-up2date -vv --force
>> rhn-bootstrap --allow-config-actions --allow-remote-commands --activation-keys=1-activationkey  --force --no-gpg 
>> diff /var/www/html/pub/bootstrap/bootstrap.sh  /var/www/html/pub/bootstrap/bootstrap.sh.1
86c86
< USING_GPG=1
---
> USING_GPG=0

Version-Release number of selected component (if applicable):
spacewalk-certs-tools-1.9.5-3.el6sat.noarch


How reproducible:
always

Steps to Reproduce:
1. generate bootstrap script with parameter --no-gpg


Actual results:
--no-gpg parameter is not used

Expected results:
--no-gpg parameter is used


Note You need to log in before you can comment on or make changes to this bug.