From 00ab1f327f287795eb0dca49139abfc8574e5d37 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 24 Sep 2007 08:59:28 +0200 Subject: Removing the package hosts, so packages are no longer created at all --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9aff167..4cef94f 100644 --- a/Rakefile +++ b/Rakefile @@ -24,8 +24,8 @@ project = Rake::RedLabProject.new("facter") do |p| 'etc/*' ] - p.epmhosts = %w{culain} - p.rpmhost = "fedora1" + #p.epmhosts = %w{culain} + #p.rpmhost = "fedora1" #p.sunpkghost = "sol10b" end -- cgit