[前][次][番号順一覧][スレッド一覧]

ruby-changes:54821

From: nobu <ko1@a...>
Date: Sat, 9 Feb 2019 20:04:15 +0900 (JST)
Subject: [ruby-changes:54821] nobu:r67040 (trunk): make-snapshot: try downloading Unicode files

nobu	2019-02-09 20:04:09 +0900 (Sat, 09 Feb 2019)

  New Revision: 67040

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67040

  Log:
    make-snapshot: try downloading Unicode files
    
    Remove empty UNICODE_FILES list to update Unicode files like as
    r67025, for 2.6 branch.
    
    [Bug #15593]

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 67039)
+++ tool/make-snapshot	(revision 67040)
@@ -402,6 +402,7 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L402
       status.scan(/^s([%,])@([A-Za-z_][A-Za-z_0-9]*)@\1(.*?)\1g$/) do
         vars[$2] ||= $3
       end
+      vars.delete("UNICODE_FILES") # for stable branches
       vars["UNICODE_VERSION"] = $unicode_version if $unicode_version
       args = vars.dup
       mk.gsub!(/@([A-Za-z_]\w*)@/) {args.delete($1); vars[$1] || ENV[$1]}

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]