[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363
Jesse Wolfe
jes5199 at gmail.com
Tue May 18 09:03:44 UTC 2010
The following commit has been merged in the upstream branch:
commit d532e6d6c64f438de9596b07f1f4f0cb81071446
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Wed Feb 17 15:36:26 2010 -0800
Fixing #3185 Rakefile is loading puppet.rb twice
A 'require' statement with a path confused ruby enough to cause the same
file to get interpreted twice.
Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>
diff --git a/Rakefile b/Rakefile
index 791d744..6f2ff59 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@
$: << File.expand_path('lib')
$LOAD_PATH << File.join(File.dirname(__FILE__), 'tasks')
-require './lib/puppet.rb'
+require 'puppet.rb'
require 'rake'
require 'rake/packagetask'
require 'rake/gempackagetask'
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list