On Wed, 2 Mar 2005 06:25:33 -0800 (PST), Steve G wrote: > > >This is what I use: > > Gotcha. That's what I was looking for. > > Now, looking at section 3.3.4, adding files...do we add tarballs straight to the > repo using "cvs add" or do we do something else? Tarballs and other [larger] binary blobs are uploaded into a HTTP/CGI based lookaside cache using "make" targets, e.g. make upload FILES=foo-3.0.tar.gz This would upload the file and add its MD5 checksum to the local "sources" file in your CVS working copy. See also: http://fedoraproject.org/wiki/Extras/UsingCvsFaq > The document also doesn't address kicking off a build in the extras system. There is no such build system yet. Seth Vidal does builds for 32-bit and 64-bit x86 systems. We still request builds via a Wiki page: http://fedoraproject.org/wiki/Extras/FC3Status For local builds, check out "make help".