summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-26 17:19:24 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-26 17:19:24 +0000
commit858cb81d5507fcc3eca60a234b758614f6bb9fd4 (patch)
tree8831d666f90c2bfeccec9357adacaf99f8a75e55
parentd54b645f3e5a7d3be6218ef578025a1d546af34a (diff)
downloadpuppet-858cb81d5507fcc3eca60a234b758614f6bb9fd4.tar.gz
puppet-858cb81d5507fcc3eca60a234b758614f6bb9fd4.tar.xz
puppet-858cb81d5507fcc3eca60a234b758614f6bb9fd4.zip
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
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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')