Tag Archives: cctray

Python and CCTray Again

So after creating a python script that would use my tux droid to notify me when a build failed I decided to extend the script a little further. I decoupled it from the tux droid code and added in a … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

Ubuntu UK Podcast

So despite being a fedora user I’ve recently checked out the uk ubuntu podcast after my lecturer touted my cctray project to them. I’ve tried listening to tech podcasts before and most of them are dull and tedious to listen … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment

CCTray updates and Mono musings

Impleneted some more to the CCTray-gtk project with the ability to add build servers that communicate over HTTP. This did involve commenting out some of the code in the CCTrayLib project, which was unavoidable. The issue occurred as the library … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment

Cruise Control Tray For Linux Update

Basic functionality has been implemented with the ability to add project to monitor and receive notifications of the build as and when they occur. At the moment there is not the ability to delete a project that is being monitor … Continue reading

Posted in Off Topic | Tagged , , , , | Leave a comment

Cruise Control.NET Tray Tool on linux

I started looking at creating a port of the cctray tool for CruiseControl.NET but after looking at how it was implemented i decided that it might be easier, and more fun, to implement one myself using mono and GTK#. At … Continue reading

Posted in Off Topic | Tagged , , , , , , | 2 Comments