mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Skip Onigmo file sync. This target is only for commit sync.
This commit is contained in:
parent
ed116239c7
commit
631bf19b37
@ -861,13 +861,10 @@ module SyncDefaultGems
|
||||
REPOSITORIES.each_key {|gem| update_default_gems(gem)}
|
||||
end
|
||||
when "all"
|
||||
if ARGV[1] == "release"
|
||||
REPOSITORIES.each_key do |gem|
|
||||
update_default_gems(gem, release: true)
|
||||
sync_default_gems(gem)
|
||||
end
|
||||
else
|
||||
REPOSITORIES.each_key {|gem| sync_default_gems(gem)}
|
||||
REPOSITORIES.each_key do |gem|
|
||||
next if ["Onigmo"].include?(gem)
|
||||
update_default_gems(gem, release: true) if ARGV[1] == "release"
|
||||
sync_default_gems(gem)
|
||||
end
|
||||
when "list"
|
||||
ARGV.shift
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user