[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 90c4a6028cf6ebd530af736ce08f1b413698b162

Micah Anderson micah at riseup.net
Sat May 31 17:15:34 UTC 2008


The following commit has been merged in the master branch:
commit cd884501bdf999bd636c900f08e9ef2fc31302a2
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue May 27 16:19:37 2008 +1000

    Fixed Rakefile to install non-.rb files to fix #1266

diff --git a/Rakefile b/Rakefile
index 1a3faad..f4f88f2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
         'lib/puppet.rb',
         'lib/puppet/**/*.rb',
         'lib/puppet/**/*.py',
-        'test/**/*.rb',
+        'test/**/*',
         'bin/**/*',
         'ext/**/*',
         'examples/**/*',

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list