Category software

GIT SSH keys with Hudson on Ubuntu’s Tomcat

I’ve recently covered how to configure git with Hudson on Ubuntu’s Tomcat and it has worked quite well. After taking the plunge and subscribing to have private repositories on github I ran into an issue of not being able to clone the private repository since it was… well, private. Here is the message I was [...]

GIT Configuration with Hudson on Ubuntu’s Tomcat

During my recent migration from using SVN to using GIT for my open source projects I was reconfiguring my Hudson CI server and started seeing this message: Caused by: hudson.plugins.git.GitException: Command returned status code 128: *** Please tell me who you are. Run git config –global user.email “you@example.com” git config –global user.name “Your Name”

The Search For Sitemap Ping URLs

Sitemaps just make sense. You create a Sitemap file, or a set of files and a Sitemap Index, that has all the your site links crafted purely for search engine consumption. It’s like candy for the search giants since they get spoon-fed your site structure by you. Not only can it tell them where your [...]

Eclipse 3.4 On Ubuntu 8.04.1

Something that really bugged me (and still does) about the ubuntu since I installed it is that eclipse is not even close to being the latest version in the package manager. That just seems really strange to me to have such and awesome and widely used IDE not supported in Ubuntu. Anyhow I am not [...]