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
This commit is contained in:
luke 2007-03-26 17:19:24 +00:00
Родитель d54b645f3e
Коммит 858cb81d55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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')