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

ruby-changes:34477

From: hone <ko1@a...>
Date: Thu, 26 Jun 2014 09:46:35 +0900 (JST)
Subject: [ruby-changes:34477] hone:r46558 (trunk): set top level folder to same as archname of tarball

hone	2014-06-26 09:46:30 +0900 (Thu, 26 Jun 2014)

  New Revision: 46558

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

  Log:
    set top level folder to same as archname of tarball

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 46557)
+++ tool/make-snapshot	(revision 46558)
@@ -203,7 +203,9 @@ def package(rev, destdir) https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L203
     tag ||= "r#{revision}"
   end
   unless v == $exported
-    if tag.empty?
+    if $archname
+      n = $archname
+    elsif tag.empty?
       n = "ruby-#{version}"
     else
       n = "ruby-#{version}-#{tag}"

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

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