Removing all mention of EPM, RPM, or Sun packages.
You should upgrade your build library from http://github.com/lak/reductive-build/tree/master too. Signed-off-by: Luke Kanies <luke@madstop.com>
This commit is contained in:
Родитель
05a5e14e2c
Коммит
2459106673
13
Rakefile
13
Rakefile
|
@ -33,10 +33,6 @@ project = Rake::RedLabProject.new("puppet") do |p|
|
|||
p.filelist.exclude("bin/pi")
|
||||
|
||||
p.add_dependency('facter', '1.1.0')
|
||||
|
||||
#p.epmhosts = %w{culain}
|
||||
#p.sunpkghost = "sol10b"
|
||||
#p.rpmhost = "fedora1"
|
||||
end
|
||||
|
||||
if project.has?(:gem)
|
||||
|
@ -49,7 +45,6 @@ if project.has?(:gem)
|
|||
task.executables = ["puppet", "puppetd", "puppetmasterd", "puppetdoc",
|
||||
"puppetca", "puppetrun", "ralsh"]
|
||||
task.default_executable = "puppet"
|
||||
task.autorequire = 'puppet'
|
||||
|
||||
#### Documentation and testing.
|
||||
|
||||
|
@ -64,14 +59,6 @@ if project.has?(:gem)
|
|||
end
|
||||
end
|
||||
|
||||
if project.has?(:epm)
|
||||
project.mkepmtask do |task|
|
||||
task.bins = FileList.new("bin/puppet", "bin/puppetca")
|
||||
task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd")
|
||||
task.rubylibs = FileList.new('lib/**/*')
|
||||
end
|
||||
end
|
||||
|
||||
rule(/_is_runnable$/) do |t|
|
||||
available = false
|
||||
executable = t.name.sub(/_is_runnable$/, '')
|
||||
|
|
Загрузка…
Ссылка в новой задаче