[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Updating a package in multiple branches
- From: Aurelien Bompard <gauret free fr>
- To: fedora-extras-list redhat com
- Subject: Re: Updating a package in multiple branches
- Date: Sat, 08 Apr 2006 13:37:45 +0200
Tim Jackson wrote:
> OK. In that case, can't the sources file just be copied from the devel
> branch?
Yeah, that's what I usually do and it works fine.
- make changes in devel
- cd ..
- cp devel/{package.spec,sources,.cvsignore} FC-5/
( - cp devel/{package.spec,sources,.cvsignore} FC-4/ )
- cvs ci -m "fixed bug XXX"
- make tag build -C devel
- make tag build -C FC-5
( - make tag build -C FC-4 )
You get the idea.
A.
--
http://aurelien.bompard.org ~~~~ Jabber : abompard jabber fr
A: Because we read from top to bottom, left to right.
Q: Why should i start my reply below the quoted text ?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]