зеркало из https://github.com/github/ruby.git
make-snapshot: suppress messages copying cached files unless verbose
This commit is contained in:
Родитель
11cd9339a8
Коммит
821aa35c8b
|
@ -311,7 +311,7 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||
end
|
||||
if $srcdir
|
||||
Dir.glob($srcdir + "/{tool/config.{guess,sub},gems/*.gem,.downloaded-cache/*,enc/unicode/data/**/*.txt}") do |file|
|
||||
puts "copying #{file}"
|
||||
puts "copying #{file}" if $VERBOSE
|
||||
dest = exported + file[$srcdir.size..-1]
|
||||
FileUtils.mkpath(File.dirname(dest))
|
||||
begin
|
||||
|
|
Загрузка…
Ссылка в новой задаче