phpUnderControl?

Asked by Daniel Smith

I would like to use phpUnderControl (pUC), however it requires cruisecontrol which does not seem to support bazaar, i believe there is a plugin for the CC.net port, but that does not work with CC. Is it possible to get a plugin for CC? or does anyone know how to implement CC with Bazaar and pUC?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Marius Kruger
Solved:
Last query:
Last reply:
Revision history for this message
Best Marius Kruger (amanica) said :
#1

2009/3/2 potsed <email address hidden>:
> New question #62809 on Bazaar:
> https://answers.launchpad.net/bzr/+question/62809
>
> I would like to use phpUnderControl (pUC), however it requires cruisecontrol which does not seem to support bazaar, i believe there is a plugin for the CC.net port, but that does not work with CC. Is it possible to get a plugin for CC? or does anyone know how to implement CC with Bazaar and pUC?

I was able to use bzr with cruisecontrol without an actual CC plugin.
Here is a sample of my config:
        <bootstrappers>
          <execbootstrapper command="bzr"
            workingdir="projects/${project.name}" args="pull -v --overwrite"
            errorstr="bzr pull failed"/>
        </bootstrappers>
        <modificationset quietperiod="0">
            <filesystem folder="projects/${project.name}/src"/>
            <filesystem folder="projects/${project.name}/pom.xml"/>
        </modificationset>

Revision history for this message
Daniel Smith (potsed) said :
#2

Thanks Marius Kruger, that solved my question.

Revision history for this message
Matthias Burtscher (mburtscher) said :
#3

We just released a Bazaar plugin for CruiseControl which can be used as easy as the other version control plugins. You can get more information and the download on our blog:

http://blog.fusonic.net/2010/10/bazaar-plugin-for-cruisecontrol/