summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-09 18:42:08 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-09 18:42:08 +0000
commit4ca7ece1f294488615d5899cb4710c5cb13c5e23 (patch)
tree3b0c4c77e92377bc4815e42d82493696202ad016
parent09d2cd031ffdd16968c92710d6d56715866c334e (diff)
downloadpuppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.tar.gz
puppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.tar.xz
puppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.zip
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
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
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)