summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-11-05 12:29:44 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-11-05 12:30:50 +1100
commitfd07cd25dbecfc5b6e4531e8b2af70ffcb01b419 (patch)
treed6542d2e8a7f56c58d608cc431b2f2bf6aa78b9e
parent43d0aeadbd003fa6b0787084d77e86f48e5dab1d (diff)
downloadfacter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.tar.gz
facter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.tar.xz
facter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.zip
Removed EPM task
-rw-r--r--Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Rakefile b/Rakefile
index 0968c1f..c4f449f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,9 +27,6 @@ project = Rake::RedLabProject.new("facter") do |p|
'etc/*'
]
- #p.epmhosts = %w{culain}
- #p.rpmhost = "fedora1"
- #p.sunpkghost = "sol10b"
end
project.mkgemtask do |gem|
@@ -42,13 +39,6 @@ project.mkgemtask do |gem|
gem.author = "Luke Kanies"
end
-if project.has?(:epm)
- project.mkepmtask do |task|
- task.bins = FileList.new("bin/facter")
- task.rubylibs = FileList.new('lib/**/*')
- end
-end
-
task :archive do
raise ArgumentError, "You must specify the archive name by setting ARCHIVE; e.g., ARCHIVE=1.5.1rc1" unless archive = ENV["ARCHIVE"]