I’ve got the new gem2deb based debian packaging working on Lucid.
Provided nobody finds any issues right away I’ll copy them to
additional repositories for other Ubuntu and Debian releases/codenames
soon.
To try them out, start up an Ubuntu lucid system (I use ami-7000f019) and run:
echo “deb http://apt.opscode.com/ lsb_release -cs
-0.10 main” | sudo
tee /etc/apt/sources.list.d/opscode.list
wget -qO - http://apt.opscode.com/packages@opscode.com.gpg.key | sudo
apt-key add -
sudo apt-get update
sudo apt-get install chef chef-server
Note the used of the RELEASE-0.10 codename. As mentioned previously,
we will be keeping the release tracks separate to make it easier to
handle dependencies and help everyone upgrade at their own pace.
Bryan