[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Daniel Pittman daniel at puppetlabs.com
Tue May 10 08:13:39 UTC 2011


The following commit has been merged in the experimental branch:
commit e852580cc09ebead2ef1f8d385338ebea645308a
Author: Daniel Pittman <daniel at puppetlabs.com>
Date:   Wed Apr 13 00:41:21 2011 -0700

    maint: install erb templates under lib/
    
    We now use a handful of erb templates to generate help, so it matters that we
    install them into the right destination.  This extends install.rb to reflect
    that change.

diff --git a/install.rb b/install.rb
index 6bf4f55..dcff824 100755
--- a/install.rb
+++ b/install.rb
@@ -73,7 +73,7 @@ bins  = glob(%w{bin/*})
 rdoc  = glob(%w{bin/* sbin/* lib/**/*.rb README README-library CHANGELOG TODO Install}).reject { |e| e=~ /\.(bat|cmd)$/ }
 ri    = glob(%w{bin/*.rb sbin/* lib/**/*.rb}).reject { |e| e=~ /\.(bat|cmd)$/ }
 man   = glob(%w{man/man[0-9]/*})
-libs  = glob(%w{lib/**/*.rb lib/**/*.py lib/puppet/util/command_line/*})
+libs  = glob(%w{lib/**/*.rb lib/**/*.erb lib/**/*.py lib/puppet/util/command_line/*})
 tests = glob(%w{test/**/*.rb})
 
 def do_configs(configs, target, strip = 'conf/')

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list