diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-11-05 12:29:44 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-11-05 12:30:50 +1100 |
commit | fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419 (patch) | |
tree | d6542d2e8a7f56c58d608cc431b2f2bf6aa78b9e | |
parent | 43d0aeadbd003fa6b0787084d77e86f48e5dab1d (diff) | |
download | facter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.tar.gz facter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.tar.xz facter-fd07cd25dbecfc5b6e4531e8b2af70ffcb01b419.zip |
Removed EPM task
-rw-r--r-- | Rakefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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"] |