http://qs321.pair.com?node_id=648171


in reply to Re: Distributing code to 100's of servers
in thread Distributing code to 100's of servers

Thats pretty much what im working on right at this moment.

Im creating a package that will pull code from CVS, package it up into a RPM and then it will be released via yum.

All will be configure via a YAML file, so the general thought is that the developer will tag the CVS module, and the release manager will update the YAML file with the tag (he has little unix experience so i am following KISS). And a script would check out the source, turn it into a RPM and then via yum update the target system.

The nice thing about it is that via RPM it is possible to figure out if there have been any changes on the production system.

Unfortunately I have found the RPM modules on CPAN to be a little lacking so im doing a rewrite of one of them to have a little more cleaner interface and fix the bugs. Add to that i only started a couple of days ago so i don't really have much to show for it yet apart from these comments.