I'm trying to import and build my first package according to
http://rpmfusion.org/Contributors#Import_your_package. I run into below.
No joy, everything is new, eons since I used cvs, and I'm not brave
enough to just try... Any hint out there? (yes, I have started ssh-agent).
$ set | grep CVS
CVSROOT=:ext:leamas at
cvs.rpmfusion.org
<
http://lists.rpmfusion.org/mailman/listinfo/rpmfusion-developers>:/cvs...
CVS_RSH=ssh
$ set | grep SSH_AGENT
SSH_AGENT_PID=11530
$ ps -ef | grep ssh-agen
leamas 11530 11529 0 12:39 ? 00:00:00 ssh-agent /bin/bash
$ ./cvs-import.sh -b F-16
../get-flash-videos-1.24-3.20120329git8abc6c6.fc16.src.rpm
Checking out module: 'get-flash-videos'
Unpacking source package:
get-flash-videos-1.24-3.20120329git8abc6c6.fc16.src.rpm...
A README.fedora
L get-flash-videos-1.24-3.20120329git8abc6c6.tar.gz
A get-flash-videos.spec
Checking : get-flash-videos-1.24-3.20120329git8abc6c6.tar.gz on
https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
ERROR: Uploading the source tarballs failed!
Seems that I messed with some
whitespace when copy-pasting my
certificate from the browser to ~/.rpmfusion.cert. After doing this once
again, everything seems to work fine.
Needless to say, there was quite a detour between the question and the
answer...
--alec