Bug 201336

Summary: rhnpush should check for --nosig before computing md5sum
Product: [Retired] Red Hat Network Reporter: John Wregglesworth <wregglej>
Component: RHN/BackendAssignee: Bryan Kearney <bkearney>
Status: CLOSED WONTFIX QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: rhn410CC: rhn-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-23 12:18:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 218517    

Description John Wregglesworth 2006-08-04 14:14:35 UTC
Description of problem: I was in the middle of using rhnpush to get a nightly of
RHEL 5 into a satellite when it bailed on me because the packages weren't
signed. Unfortunately, this check came after computing the md5sum on 1000's of
packages which takes a while. We need to find a way to check the gpg signatures
before we compute the md5sums of the packages.


Version-Release number of selected component (if applicable): rhnpush-4.9.0-9.rhel4


How reproducible: Always


Steps to Reproduce:
1. Push a lot of unsigned packages into a channel.
  
Actual results: The error about unsigned packages comes after computing the
md5sum of all of the packages.


Expected results: The error about unsigned packages should come before computing
the md5sum of all of the packages.


Additional info: