how to add fc10-update branch?

Conrad Meyer konrad at tylerc.org
Sat Nov 29 00:21:00 UTC 2008


On Friday 28 November 2008 04:15:28 pm Carl Byington wrote:
> I have a package (libpst) that I was building for f10 by:
>
> cd fedora/$NAME/devel
> cvs update
> make new-sources FILES=$BALL
> cvs commit -m "update to $VER"
> make tag
> make build
>
> That worked to build dist-f10 packages, and of course it now builds a
> dist-f11 package. What steps do I need to build an updated f10 package,
> presumably going into something like dist-f10-updates-candidate that
> can then be (eventually) fetched via yum update?

cd fedora/$NAME
cvs up -d

Then your workflow is:

cd fedora/$NAME/F-10
cvs up
make new-sources FILES=$BALL
cvs ci -m "update to $VER"
make tag build

Regards,
-- 
Conrad Meyer <konrad at tylerc.org>





More information about the devel mailing list