[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5

James Turnbull james at lovedthanlost.net
Tue Oct 27 17:05:49 UTC 2009


The following commit has been merged in the upstream branch:
commit db67e5fd4e2241f59341c38c5a1e291e68aec523
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Sep 22 19:07:52 2009 +1000

    Added rcov exclusion to Rakefile

diff --git a/Rakefile b/Rakefile
index 8760ee2..67d5ef4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,7 +50,7 @@ task :spec do
         t.spec_files = FileList['spec/**/*.rb']
         if defined?(Rcov)
             t.rcov = true
-            t.rcov_opts = ['--exclude', 'spec/*,test/*,results/*,/usr/lib/*']
+            t.rcov_opts = ['--exclude', 'spec/*,test/*,results/*,/usr/lib/*,/usr/local/lib/*']
         end
      end
 end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list