aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-24 03:42:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-24 03:42:28 +0000
commit5414122605013c04fcd835e41ccdc64c3ea545a6 (patch)
treec0f2ead6137e39e5e46bf0dc0ae96e711c34d707 /tool
parentc767b8062d9cb641ced705c4294e42b396e10704 (diff)
downloadruby-5414122605013c04fcd835e41ccdc64c3ea545a6.tar.gz
Don't download from Unicode.org
* tool/make-snapshot: use checked out headers for Unicode, to get rid of downloading data files from Unicode.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index b650a35ec8..b235282350 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -330,6 +330,7 @@ def package(vcs, rev, destdir, tmp = nil)
"PWD"=>Dir.pwd,
"CONFIGURE"=>"configure",
"arch"=>"noarch",
+ "UNICODE_FILES"=>"",
}
vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
args = vars.dup
@@ -339,6 +340,8 @@ def package(vcs, rev, destdir, tmp = nil)
prereq: clean-cache $(CLEAN_CACHE)
clean-cache $(CLEAN_CACHE): after-update
+touch-unicode-files:
+update-download:: touch-unicode-files
update-download:: update-gems
after-update:: extract-gems
extract-gems: update-gems