зеркало из https://github.com/github/ruby.git
sync_default_gems.rb: Ignore conflicted files in toplevel more
This commit is contained in:
Родитель
162d08b854
Коммит
6cd600ef69
|
@ -311,7 +311,12 @@ def sync_default_gems(gem)
|
|||
end
|
||||
end
|
||||
|
||||
IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
|
||||
IGNORE_FILE_PATTERN =
|
||||
/\A(?:[A-Z]\w*\.(?:md|txt)
|
||||
|[^\/]+\.yml
|
||||
|\.git.*
|
||||
|[A-Z]\w+file
|
||||
)\z/x
|
||||
|
||||
def sync_default_gems_with_commits(gem, ranges, edit: nil)
|
||||
puts "Sync #{$repositories[gem.to_sym]} with commit history."
|
||||
|
|
Загрузка…
Ссылка в новой задаче