You can use the ZF and shell scripts to do this. I have something like this
for example:

config/
    site1.com.conf
    site2.com.conf
exclude/
    site1.com.exclude
    site2.com.exclude
hooks/
    site1.com.post
    site1.com.pre
    site2.com.post
library/
    php.inc.sh
    rsync.inc.sh
    svn.inc.sh
project-build.sh
project-sync.sh

$ ./project-sync -p site1.com -s staging

The ZF comes into action when the pre and post-hooks are executed. ZF also
helps me provide a nice GUI that allows scrum masters and people with no
shell access to browse the logs.

I got some ideas from Buildman and Syncman, they were built on top of the
Limp framework.

http://buildman.limb-project.com/
http://syncman.limb-project.com/



On Fri, May 2, 2008 at 1:52 PM, Robert Castley <[EMAIL PROTECTED]>
wrote:

>  What do you guys at Zend use for your nightly builds for ZF?
>
> I am looking for something that will create nightly builds of my ZF
> project.
>
> Cheers,
>
> - Robert
>
> ________________________________________________________________________
> This email has been scanned for all known viruses by the MessageLabs Email
> Security Service and the Macro 4 plc internal virus protection system.
> ________________________________________________________________________
>

Reply via email to