-
CI build server produces Iron Python bins, too!
Ivan has updated the build script to produce IronPython binaries as well as IronRuby. Get your fresh DLR-powered, mono-friendly, dynamic language implementations here: http://dlrci.colliertech.org/ There are now links to source and binary tarballs as well as source zips on each of the build result status messages: http://ironruby.colliertech.org/integrity/ironruby I’ve been putting some effort in to getting…
-
Ironruby tarballs available
Ivan has been doing some great work on the Mono/IronRuby continuous integration server recently. He and Ankit got xbuild support integrated, and now we have new tarballs being generated for each build. You can find them here: http://ironruby.colliertech.org/ I’ll be using these tarballs as the ‘upstream’ source for the upcoming debian packages of IronRuby. I…
-
Mono on the G1
I got a g1 for Fathers’ Day (Thanks Hannah!) and I’ve been futzing with it a bit. I rooted it and set up a chroot debian system. It’s running an ssh server, openvpn and snmpd. There’s been a lot of talk about getting flash working on the device. They just announced yesterday the next phone…
-
IronRuby continuous integration machine back online
Thanks to my wife’s support, the DLR & IronRuby mono build machine is up and kicking again. http://ironruby.colliertech.org/integrity/ironruby
-
Jenkara is building
Okay… after this morning’s post, I decided to make Jenkara build. It is now. You can get it thus: $ svn co http://svn.colliertech.org/svn/trunk/jenkara or $ wget http://www.colliertech.org/downloads/jenkara-0.0.1.tar.gz You can build it with ye olde $ ./configure && make there’s no install target, so run it with $ cd src && ./jenkara but it doesn’t work…
-
GTK+ OpenGL work
There’s an opening at Canonical that I’d like to take after the current contract is up. It’s an opening for a OpenGL dev on the Ubuntu desktop team. Don’t get me wrong; I enjoy working with my current group quite a bit. We’re building a pretty neat tool. However, building OpenGL into the GNOME desktop…
-
repository thoughts
15:58 < cj> lluis: since my friend isn’t online to bounce ideas off of, how ’bout I ask you? :) 15:59 < lluis> cj: heh, ok 15:59 < cj> a first pass would be a web form that takes some information about a package and stores it to a database. those data are exposed via…
-
Writing Free Sofware index
So, I’ve been meaning to write an index for this series. I haxx0red my web server and made this easy-to-remember url work. http://wp.colliertech.org/cj/writing-free-software/
-
Writing Free Software: Part 11 – A simple man page
Introduction Okay… it’s high time we wrote some docs. I come from a perl background, so we’re going to write the docs using perldoc. I know there are better ways to do this for C# projects and I’m happy to take contributions to this series. Just ask for contributor status and you can post the…