Updating a package in multiple branches

Aurelien Bompard gauret at free.fr
Sat Apr 8 11:37:45 UTC 2006


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 at jabber.fr
A: Because we read from top to bottom, left to right.
Q: Why should i start my reply below the quoted text ?





More information about the fedora-extras-list mailing list