File upload doesn't work

Dan Williams dcbw at redhat.com
Thu Mar 30 18:20:47 UTC 2006


On Thu, 2006-03-30 at 20:04 +0200, Nicolas Mailhot wrote:
> The buildsystem is still failing on my packages. It's trying to download
> a strange source file : 
> 
> http://cvs.fedora.redhat.com/repo/extras/dejavu-fonts/dejavu-sfd-2.4.1.tar.gz/ea7ee1cd16880a8ce5b3e70d97c41fc8/dejavu-sfd-2.4.1.tar.gz

It appears that's what you've got in sources...

[localhost fedora-extras]# cd dejavu-fonts/devel/
[localhost devel]# ls
CVS  dejavu-fonts-register.xsl  dejavu-fonts.spec  Makefile  sources
[localhost devel]# cat sources
ea7ee1cd16880a8ce5b3e70d97c41fc8  dejavu-sfd-2.4.1.tar.gz
[localhost devel]#

Try this to reupload the file, assuming the tarball has _not_ changed:

echo "" > sources
make upload FILES=dejavu-sfd-2.4.1.tar.gz
rm -f sources
cvs -z3 up sources
make build

Dan





More information about the fedora-extras-list mailing list