[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:21:31 UTC 2009
The following commit has been merged in the master branch:
commit 2459106673f992df7f00be4d9f56957f4b6ba9e0
Author: Luke Kanies <luke at madstop.com>
Date: Mon Oct 27 21:41:53 2008 +0100
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 at madstop.com>
diff --git a/Rakefile b/Rakefile
index 45d3652..2dc8634 100644
--- a/Rakefile
+++ b/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$/, '')
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list