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:
Родитель
d54b645f3e
Коммит
858cb81d55
2
Rakefile
2
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')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче