From cb665ecdd57e52920ba7d1101b0e85474f7b6a2d Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 5 May 2013 11:03:43 -0300 Subject: [PATCH] Add squeeze box Closes #63 --- README.md | 5 +++-- tasks/boxes.rake | 7 ++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9aaf332..4d64377 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ can use the [same Vagrant VirtualBox machine I use for development](#using-virtu | [lxc-raring-amd64-2013-04-21.box](http://dl.dropbox.com/u/13510779/lxc-raring-amd64-2013-04-21.box) | Ubuntu 13.04 Raring x86_64 (Puppet 3.1.1) | | [lxc-quantal-amd64-2013-04-21.box](http://dl.dropbox.com/u/13510779/lxc-quantal-amd64-2013-04-21.box) | Ubuntu 12.10 Quantal x86_64 (Puppet 3.1.1 & Chef 11.4.0) | | [lxc-precise-amd64-2013-04-21.box](http://dl.dropbox.com/u/13510779/lxc-precise-amd64-2013-04-21.box) | Ubuntu 12.04 Precise x86_64 (Puppet 3.1.1 & Chef 11.4.0) | -| *SOON* | Debian Wheezy | -| *SOON* | Debian Sid | +| *[SOON](tasks/boxes.rake#157)* | Debian Squeeze | +| *[SOON](tasks/boxes.rake#162)* | Debian Wheezy | +| *[SOON](tasks/boxes.rake#167)* | Debian Sid | *Please note that I'm currently using only the quantal x86_64 on a daily basis, and I've only done some basic testing with the others* diff --git a/tasks/boxes.rake b/tasks/boxes.rake index f007980..0424ed5 100644 --- a/tasks/boxes.rake +++ b/tasks/boxes.rake @@ -151,13 +151,18 @@ namespace :boxes do end end + # FIXME: Find out how to install chef on debian boxes namespace :debian do namespace :build do + desc 'Build an Debian Squeeze 64 bits box' + BuildDebianBoxTask. + new(:squeeze64, + :squeeze, 'amd64', chef: false, puppet: puppet, babushka: babushka) desc 'Build an Debian Wheezy 64 bits box' BuildDebianBoxTask. new(:wheezy64, - :wheezy, 'amd64', chef: chef, puppet: puppet, babushka: babushka) + :wheezy, 'amd64', chef: false, puppet: puppet, babushka: babushka) desc 'Build an Debian Sid/unstable 64 bits box' BuildDebianBoxTask.