Can we do following?
when /bsd/ then ''bsd''
I haven''t checked code yet, just an idea.
On 4/5/07, Hiroshi SAKURAI <an.olive.tree at gmail.com>
wrote:> Hi,
>
> CC works on NetBSD with following patch.
> Will you add that line in next release?
>
> thanks.
>
> Index: platform.rb
> ==================================================================> ---
platform.rb (revision 445)
> +++ platform.rb (working copy)
> @@ -11,6 +11,7 @@
> when /freebsd/ then ''freebsd''
> when /linux/ then ''linux''
> when /solaris/ then ''solaris''
> + when /netbsd/ then ''netbsd''
> else raise "Unknown OS: #{target_os}"
> end
> end
>
>
> --
> Hiroshi SAKURAI
> http://vimrc.hp.infoseek.co.jp/
> _______________________________________________
> Cruisecontrolrb-users mailing list
> Cruisecontrolrb-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
>
--
Jeff Xiong
Editor of InfoQ China: http://www.infoq.com/cn/
Contributor of CruiseControl.rb: http://cruisecontrolrb.thoughtworks.com/