diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-26 17:19:24 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-26 17:19:24 +0000 |
commit | 858cb81d5507fcc3eca60a234b758614f6bb9fd4 (patch) | |
tree | 8831d666f90c2bfeccec9357adacaf99f8a75e55 | |
parent | d54b645f3e5a7d3be6218ef578025a1d546af34a (diff) | |
download | puppet-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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |