mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update-deps: exclude timestamps
* tool/update-deps (concentrate): exclude timestamps for directories. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc480888a8
commit
221730b3d7
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,8 @@ def concentrate(dependencies, cwd)
|
||||||
if %r{\A\.\.(/|\z)} =~ s.to_s
|
if %r{\A\.\.(/|\z)} =~ s.to_s
|
||||||
warn "warning: out of tree source: #{s}"
|
warn "warning: out of tree source: #{s}"
|
||||||
true
|
true
|
||||||
|
elsif %r{/\.time\z} =~ s.to_s
|
||||||
|
true
|
||||||
else
|
else
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue