Bug 160852

Summary: cvs-import.sh doesn't check if .fedora.cert exists
Product: [Retired] Fedora Infrastructure Reporter: Toni Willberg <toniw>
Component: cvsAssignee: Cristian Gafton <gafton>
Status: CLOSED RAWHIDE QA Contact: Jeremy Katz <katzj>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: notting, wtogami
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: 2005-06-17 22:03:07 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:

Description Toni Willberg 2005-06-17 20:10:25 UTC
running cvs-import.sh without ~/.fedora.cert causes the importing fail with
mysterious error:

...
+ make upload 'FILES= libmatchbox-1.7.tar.gz'

Checking : libmatchbox-1.7.tar.gz on
https://cvs.fedora.redhat.com/repo/extras/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
+ echo 'ERROR: Uploading the source tarballs failed!'
ERROR: Uploading the source tarballs failed!
+ exit 9
+ rm -rf /home/twillber/CVS/fedora/common/tmpcvstm5257
...

fix: make the script check at some point that user has the certificate in place,
and give clear error if it's missing

Comment 1 Jeremy Katz 2005-06-17 22:03:07 UTC
Committed a fix to make both cvs-import and the makefile targets check for this.