On Sat, 15 Apr 2006 17:26:48 -0400, Dan Williams wrote: > On Sat, 2006-04-15 at 10:10 +0200, Andreas Bierfert wrote: > > And again: > > > > > > [10:09 AM][awjb@alkaid ~/cvs/fedora/extras/rpms/wine-docs/FC-5]$ make > > new-sources FILES='wine-docs-0.9.12.tar.bz2' > > > > Checking : wine-docs-0.9.12.tar.bz2 on > > https://cvs.fedora.redhat.com/repo/extras/upload.cgi... ERROR: could not check > > remote file status make: *** [new-sources] Error 255 Two days ago Ville was hit by an expired client certificate (~/.fedora.cert) needed to download a fresh one at https://admin.fedoraproject.org/accounts/ > Is there a difference between 'make upload FILES=' and 'make new-sources > FILES=' ? That would be _very_ unusual. In Makefile.common, both use the same upload-request function, so there is no difference in accessing the lookaside cache server. The only difference between the two targets is that "make upload ..." appends successfully uploaded files to the "sources" file, whereas "make new-sources ..." starts with an empty "sources" file.