[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
James Turnbull
james at lovedthanlost.net
Fri Jan 29 17:22:43 UTC 2010
The following commit has been merged in the upstream branch:
commit 07dca60aee47e1920e3790eb9b4951aaa1832d83
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Sep 18 10:10:55 2009 +1000
Added additional exclusion to rcov process
diff --git a/Rakefile b/Rakefile
index f89f3ef..e3549ca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -65,7 +65,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
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list