зеркало из https://github.com/github/ruby.git
sync_default_gems.rb: Show the progress at fetching
It looks like hanging up when fetching from a remote first time.
This commit is contained in:
Родитель
cbbdb4e5a2
Коммит
823f25bb96
|
@ -226,7 +226,7 @@ def sync_default_gems_with_commits(gem, range)
|
|||
`git remote add #{gem} git@github.com:#{$repositories[gem.to_sym]}.git`
|
||||
end
|
||||
end
|
||||
`git fetch --no-tags #{gem}`
|
||||
system(*%W"git fetch --no-tags #{gem}")
|
||||
|
||||
commits = IO.popen(%W"git log --format=%H,%s #{range}") do |f|
|
||||
f.read.split("\n").reverse.map{|commit| commit.split(',', 2)}
|
||||
|
|
Загрузка…
Ссылка в новой задаче