summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-09-24 08:59:28 +0200
committerLuke Kanies <luke@madstop.com>2007-09-24 08:59:28 +0200
commit00ab1f327f287795eb0dca49139abfc8574e5d37 (patch)
treeaf77b5aed5e1733a62aca5cc5d2857c9c0342b88
parent8426aaf4e385aa7e221a966524db1a4fd89482cb (diff)
downloadfacter-00ab1f327f287795eb0dca49139abfc8574e5d37.tar.gz
facter-00ab1f327f287795eb0dca49139abfc8574e5d37.tar.xz
facter-00ab1f327f287795eb0dca49139abfc8574e5d37.zip
Removing the package hosts, so packages are no longer created at all
-rw-r--r--Rakefile4
1 files 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