diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-08 23:42:47 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-08 23:42:47 +1000 |
| commit | edf99c508dabb58342eeff251ad5701d2755426d (patch) | |
| tree | 25083654e29673fd7079c026e21178a11884b0c5 | |
| parent | 6ff9246e44dfd58e4e9e26047487ebb061bfc041 (diff) | |
| download | puppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.gz puppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.xz puppet-edf99c508dabb58342eeff251ad5701d2755426d.zip | |
Added message referencing ReductveLabs build library
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | Rakefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ 0.24.5 + Added message referencing ReductveLabs build library + Fixed #1396 - Added sha1 function from DavidS to core Fixed #1399 - the ldap user provider now knows it can manage @@ -5,7 +5,7 @@ $: << File.expand_path(File.join(File.dirname(__FILE__), 'lib')) begin require 'rake/reductive' rescue LoadError - $stderr.puts "You must have the Reductive build library in your RUBYLIB." + $stderr.puts "You must have the Reductive build library in your RUBYLIB; see http://github.com/lak/reductive-build/tree/master." exit(14) end |
