[Cruisecontrolrb-users] cc on NetBSD
Hiroshi SAKURAI
an.olive.tree at gmail.com
Thu Apr 5 09:34:17 EDT 2007
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/
More information about the Cruisecontrolrb-users
mailing list