On Fri, Jan 14, 2011 at 14:26, Romain Pelisse wrote:
>> Personally, I would use some sort of CI solution like Hudson that
>> would be triggered on commit. As part of the configured project you
>> could have a full test suite run and if (and only if) it was entirely
>> successful build new OS pac
>
> Personally, I would use some sort of CI solution like Hudson that
> would be triggered on commit. As part of the configured project you
> could have a full test suite run and if (and only if) it was entirely
> successful build new OS packages and push that artefact up to your
> repository.
T
On Fri, Jan 14, 2011 at 13:41, Romain Pelisse wrote:
> I'm building a staging environement and I would like it to be able to
> redeploy automatically, after each commit - or every hour, some
> applications. Those applications are right now deployed and set up by
> puppet. I wonder if I should use
Hi,
I'm building a staging environement and I would like it to be able to
redeploy automatically, after each commit - or every hour, some
applications. Those applications are right now deployed and set up by
puppet. I wonder if I should use puppet to redeploy those applications after
each commit,