Bug 160852 - cvs-import.sh doesn't check if .fedora.cert exists
Summary: cvs-import.sh doesn't check if .fedora.cert exists
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora Infrastructure
Classification: Retired
Component: cvs
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact: Jeremy Katz
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-17 20:10 UTC by Toni Willberg
Modified: 2007-04-18 17:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-06-17 22:03:07 UTC
Embargoed:


Attachments (Terms of Use)

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.


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