Commit 271d74ef authored by Samuel E. Giddins's avatar Samuel E. Giddins

make source updating concurrent as well

parent 05c2c81b
......@@ -206,7 +206,7 @@ module Pod
sources = git_sources
end
sources.each do |source|
WorkerPool.process(sources, 4) do |source|
UI.section "Updating spec repo `#{source.name}`" do
begin
output = git!("--git-dir=#{(source.repo + '.git').to_s.shellescape} --work-tree=#{source.repo.to_s.shellescape} pull --ff-only")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment