summaryrefslogtreecommitdiffstats
path: root/cloudmasterd/Rakefile
diff options
context:
space:
mode:
authorroot <root@hackathon1-repo.usersys.redhat.com>2008-06-19 15:36:54 -0400
committerroot <root@hackathon1-repo.usersys.redhat.com>2008-06-19 15:36:54 -0400
commitcf796141ac01c866e81663f20699ccd56ce2d50b (patch)
tree9061bb3c95d638bfed4d880db21e49f9f36cf1ec /cloudmasterd/Rakefile
parent4f244d65c5c2e4ffb4b38e00baa5f83de89c20d8 (diff)
Moved the cloud daemon to cloudmasterd to give it a better name
Diffstat (limited to 'cloudmasterd/Rakefile')
-rw-r--r--cloudmasterd/Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloudmasterd/Rakefile b/cloudmasterd/Rakefile
new file mode 100644
index 0000000..e469154
--- /dev/null
+++ b/cloudmasterd/Rakefile
@@ -0,0 +1,4 @@
+require 'config/requirements'
+require 'config/hoe' # setup Hoe + all gem configuration
+
+Dir['tasks/**/*.rake'].each { |rake| load rake } \ No newline at end of file