Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Darcs Plugin for Hudson

Hy, I want to use Hudson together with darcs (a scm).

Is there a plugin which adds Darcs-Support to Hudson? I found no reference on the Pluginlist of Hudson, so has anybody found a plugin? I know I could write my own plugin but if somebody else has done this already I can save the time...

Thanks!

like image 390
theomega Avatar asked Jan 23 '23 04:01

theomega


1 Answers

Nope, Darcs isn't supported so far by Hudson. So you have 3 options:

  • Use another supported SCM
  • Use another Continuous Integration server with Darcs support (e.g. Cruise Control)
  • Implement an Hudson plugin for Darcs :)
like image 183
Pascal Thivent Avatar answered Jan 25 '23 18:01

Pascal Thivent