diff options
author | Luke Kanies <luke@madstop.com> | 2007-09-24 08:59:28 +0200 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-09-24 08:59:28 +0200 |
commit | 00ab1f327f287795eb0dca49139abfc8574e5d37 (patch) | |
tree | af77b5aed5e1733a62aca5cc5d2857c9c0342b88 | |
parent | 8426aaf4e385aa7e221a966524db1a4fd89482cb (diff) | |
download | facter-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-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |