mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
![]() Previously, the script was caching any file already present in the destination directory, regardless of its origin. This caused issues when the directory contained files copied from external sources like `autoreconf --install`. For example: 1. `./autogen.sh --install` copies `config.guess` and `config.sub` from the system to `./tool`. 2. `ruby tool/downloader.rb -d tool -e gnu config.guess config.sub` treats those files as if they were downloaded and caches them. 3. Removing the files: `rm tool/config.guess tool/config.sub`. 4. Running the downloader again, it mistakenly restores the cached files instead of downloading fresh versions. |
||
---|---|---|
.. | ||
annocheck | ||
bundler | ||
lib | ||
lrama | ||
m4 | ||
releng | ||
rjit | ||
ruby_vm | ||
test | ||
test_for_warn_bundled_gems | ||
asm_parse.rb | ||
bisect.sh | ||
build-transcode | ||
checksum.rb | ||
colors | ||
darwin-ar | ||
darwin-cc | ||
disable_ipv6.sh | ||
downloader.rb | ||
enc-case-folding.rb | ||
enc-emoji-citrus-gen.rb | ||
enc-emoji4unicode.rb | ||
enc-unicode.rb | ||
eval.rb | ||
expand-config.rb | ||
extlibs.rb | ||
fake.rb | ||
fetch-bundled_gems.rb | ||
file2lastrev.rb | ||
format-release | ||
gen-github-release.rb | ||
gen-mailmap.rb | ||
gen_dummy_probes.rb | ||
gen_ruby_tapset.rb | ||
generic_erb.rb | ||
git-refresh | ||
gperf.sed | ||
id2token.rb | ||
ifchange | ||
insns2vm.rb | ||
install-sh | ||
intern_ids.rb | ||
leaked-globals | ||
ln_sr.rb | ||
make-snapshot | ||
make_hgraph.rb | ||
mdoc2man.rb | ||
merger.rb | ||
missing-baseruby.bat | ||
mk_builtin_loader.rb | ||
mkconfig.rb | ||
mkrunnable.rb | ||
node_name.rb | ||
outdate-bundled-gems.rb | ||
parse.rb | ||
prereq.status | ||
probes_to_wiki.rb | ||
rbinstall.rb | ||
rbs_skip_tests | ||
rbuninstall.rb | ||
redmine-backporter.rb | ||
release.sh | ||
rmdirs | ||
rubyspec_temp.rb | ||
run-gcov.rb | ||
run-lcov.rb | ||
runruby.rb | ||
search-cgvars.rb | ||
strip-rdoc.rb | ||
sync_default_gems.rb | ||
test-annocheck.sh | ||
test-bundled-gems.rb | ||
test-coverage.rb | ||
transcode-tblgen.rb | ||
travis_retry.sh | ||
travis_wait.sh | ||
update-bundled_gems.rb | ||
update-deps | ||
update-NEWS-gemlist.rb | ||
update-NEWS-refs.rb | ||
vtlh.rb | ||
wasm-clangw |