From 858cb81d5507fcc3eca60a234b758614f6bb9fd4 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 26 Mar 2007 17:19:24 +0000 Subject: Updating changelog and adding filebucket to the exluded file list in the Rakefile git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2354 980ebf18-57e1-0310-9a29-db15c13687c0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index de80684ac..96f40d677 100644 --- a/Rakefile +++ b/Rakefile @@ -28,7 +28,7 @@ project = Rake::RedLabProject.new("puppet") do |p| 'examples/**/*', 'conf/**/*' ] - p.filelist.exclude("bin/pi", "bin/ralsh") + p.filelist.exclude("bin/pi", "bin/ralsh", "bin/filebucket") p.add_dependency('facter', '1.1.0') -- cgit