summaryrefslogtreecommitdiff
path: root/cookbooks/gnuradio/attributes/default.rb
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-13 14:10:18 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-05-13 14:10:18 +0300
commit6c38ad5c99d9a95c3a0df6e38c57d1cc95b4ed60 (patch)
tree209203327e99dfbfa1d7c255e7a7ee2d41104cae /cookbooks/gnuradio/attributes/default.rb
parent900ba3c3c14acb07e4800237b3e45de5da69d323 (diff)
Check out git repos and refactor attrs
Diffstat (limited to 'cookbooks/gnuradio/attributes/default.rb')
-rw-r--r--cookbooks/gnuradio/attributes/default.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/attributes/default.rb b/cookbooks/gnuradio/attributes/default.rb
new file mode 100644
index 0000000..7b3cd28
--- /dev/null
+++ b/cookbooks/gnuradio/attributes/default.rb
@@ -0,0 +1,5 @@
+default[:workingdir] = "/home/vagrant/dev"
+
+default[:repos][:gnuradio] = "http://gnuradio.org/git/gnuradio.git"
+default[:repos][:rtlsdr] = "git://git.osmocom.org/rtl-sdr"
+default[:repos][:gr_osmosdr] = "git://git.osmocom.org/gr-osmosdr"