[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: how to add fc10-update branch?
- From: Conrad Meyer <konrad tylerc org>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: how to add fc10-update branch?
- Date: Fri, 28 Nov 2008 16:21:00 -0800
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 tylerc org>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]