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

ruby-changes:37608

From: hsbt <ko1@a...>
Date: Sun, 22 Feb 2015 18:34:01 +0900 (JST)
Subject: [ruby-changes:37608] hsbt:r49689 (trunk): * common.mk: use ruby organization for rubyspec.

hsbt	2015-02-22 18:33:47 +0900 (Sun, 22 Feb 2015)

  New Revision: 49689

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

  Log:
    * common.mk: use ruby organization for rubyspec.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 49688)
+++ ChangeLog	(revision 49689)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Feb 22 18:33:42 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* common.mk: use ruby organization for rubyspec.
+
 Sun Feb 22 15:56:06 2015  Kazuki Tsujimoto  <kazuki@c...>
 
 	* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
Index: common.mk
===================================================================
--- common.mk	(revision 49688)
+++ common.mk	(revision 49689)
@@ -17,7 +17,7 @@ RUBYLIB       = $(PATH_SEPARATOR) https://github.com/ruby/ruby/blob/trunk/common.mk#L17
 RUBYOPT       = -
 RUN_OPTS      = --disable-gems
 
-SPEC_GIT_BASE = git://github.com/nurse
+SPEC_GIT_BASE = git://github.com/ruby
 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
 RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
 

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

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