[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 2.6.7rc1-389-g9551216
Stig Sandbeck Mathisen
ssm at debian.org
Fri Mar 25 15:18:50 UTC 2011
The following commit has been merged in the master branch:
commit 9551216a7130a27f0e646e9c7eef0cfe5ec21262
Merge: c61a187f6e78e15bc03bce00f9363a385cbfd4e6 f152db1aaeb676e196c2b469b53859aaf87f3d66
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Fri Mar 25 16:15:17 2011 +0100
Merge branch 'upstream'
diff --combined Rakefile
index bfb7e53,6cc53fe..8ed074e
--- a/Rakefile
+++ b/Rakefile
@@@ -9,7 -9,7 +9,7 @@@ require 'rspec
require "rspec/core/rake_task"
module Puppet
- PUPPETVERSION = File.read('lib/puppet.rb')[/PUPPETVERSION *= *'(.*)'/,1] or fail "Couldn't find PUPPETVERSION"
+ PUPPETVERSION = File.read('/usr/lib/ruby/1.8/puppet.rb')[/PUPPETVERSION *= *'(.*)'/,1] or fail "Couldn't find PUPPETVERSION"
end
Dir['tasks/**/*.rake'].each { |t| load t }
@@@ -44,7 -44,7 +44,7 @@@ task :puppetpackages => [:create_gem, :
RSpec::Core::RakeTask.new do |t|
t.pattern ='spec/{unit,integration}/**/*.rb'
- t.fail_on_error = false
+ t.fail_on_error = true
end
desc "Run the unit tests"
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list