Hudson Debian packages

This is the Debian package repository of Hudson to automate installation and upgrade. To use this repository, first add the key to your system:

wget -O - http://hudson-ci.org/debian/hudson-ci.org.key | sudo apt-key add -
Then add the following entry in your /etc/apt/sources.list:
deb http://hudson-ci.org/debian binary/

Update your local package index, then finally install Hudson:

sudo apt-get update
sudo apt-get install hudson

See Wiki for more information.