summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-10-27 21:41:53 +0100
committerJames Turnbull <james@lovedthanlost.net>2008-10-28 13:42:35 +1100
commit2459106673f992df7f00be4d9f56957f4b6ba9e0 (patch)
tree9d93119c99c3099e15ee0d5f7717eff287cb5dc7 /Rakefile
parent05a5e14e2c1387ee15d37c325b6795f121ceb28c (diff)
downloadpuppet-2459106673f992df7f00be4d9f56957f4b6ba9e0.tar.gz
puppet-2459106673f992df7f00be4d9f56957f4b6ba9e0.tar.xz
puppet-2459106673f992df7f00be4d9f56957f4b6ba9e0.zip
Removing all mention of EPM, RPM, or Sun packages.
You should upgrade your build library from http://github.com/lak/reductive-build/tree/master too. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Rakefile b/Rakefile
index 45d365247..2dc8634c7 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$/, '')