You should upgrade your build library from 
http://github.com/lak/reductive-build/tree/master
too.

Signed-off-by: Luke Kanies <[EMAIL PROTECTED]>
---
 Rakefile |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/Rakefile b/Rakefile
index 45d3652..2dc8634 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,10 +33,6 @@ project = Rake::RedLabProject.new("puppet") do |p|
     p.filelist.exclude("bin/pi")
 
     p.add_dependency('facter', '1.1.0')
-
-    #p.epmhosts = %w{culain}
-    #p.sunpkghost = "sol10b"
-    #p.rpmhost = "fedora1"
 end
 
 if project.has?(:gem)
@@ -49,7 +45,6 @@ if project.has?(:gem)
         task.executables = ["puppet", "puppetd", "puppetmasterd", "puppetdoc",
                          "puppetca", "puppetrun", "ralsh"]
         task.default_executable = "puppet"
-        task.autorequire = 'puppet'
 
         #### Documentation and testing.
 
@@ -64,14 +59,6 @@ if project.has?(:gem)
     end
 end
 
-if project.has?(:epm)
-    project.mkepmtask do |task|
-        task.bins = FileList.new("bin/puppet", "bin/puppetca")
-        task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd")
-        task.rubylibs = FileList.new('lib/**/*')
-    end
-end
-
 rule(/_is_runnable$/) do |t|
     available = false
     executable = t.name.sub(/_is_runnable$/, '')
-- 
1.5.6.5


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to