From 4ca7ece1f294488615d5899cb4710c5cb13c5e23 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 9 Jun 2006 18:42:08 +0000 Subject: modifying rakefile to specify the package hosts; they were previously hard-coded in the build library git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1249 980ebf18-57e1-0310-9a29-db15c13687c0 --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 7167e3a29..3da48a595 100644 --- a/Rakefile +++ b/Rakefile @@ -27,6 +27,10 @@ project = Rake::RedLabProject.new("puppet") do |p| ] p.add_dependency('facter', '1.1.0') + + p.epmhosts = %w{culain} + p.sunpkghost = "sol10b" + p.rpmhost = "fedora1" end if project.has?(:gem) -- cgit