From 16e3abada49b5a97ff94e2afeacebad459f9f214 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 13 May 2013 11:35:55 +0300 Subject: Initial chef provisioning --- cookbooks/gnuradio/recipes/default.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cookbooks/gnuradio/recipes/default.rb (limited to 'cookbooks') diff --git a/cookbooks/gnuradio/recipes/default.rb b/cookbooks/gnuradio/recipes/default.rb new file mode 100644 index 0000000..e97c5fc --- /dev/null +++ b/cookbooks/gnuradio/recipes/default.rb @@ -0,0 +1,3 @@ +package 'build-essential' +package 'git' +package 'subversion' -- cgit v1.3.1