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

ruby-changes:7908

From: yugui <ko1@a...>
Date: Fri, 19 Sep 2008 22:11:04 +0900 (JST)
Subject: [ruby-changes:7908] Ruby:r19429 (trunk): * common.mk : Reverts the changeset 18994.

yugui	2008-09-19 22:10:45 +0900 (Fri, 19 Sep 2008)

  New Revision: 19429

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

  Log:
    * common.mk : Reverts the changeset 18994.
      Uses the official repository of rubyspec again.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19428)
+++ ChangeLog	(revision 19429)
@@ -1,3 +1,8 @@
+Fri Sep 19 19:43:40 2008  Yuki Sonoda  <yugui@y...>
+
+	* common.mk : Reverts the changeset 18994.
+	  Uses the official repository of rubyspec again.
+
 Fri Sep 19 17:41:56 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* configure.in: applied OS/2 support patch from Brendan Oakley
Index: common.mk
===================================================================
--- common.mk	(revision 19428)
+++ common.mk	(revision 19429)
@@ -9,7 +9,7 @@
 
 SPEC_GIT_BASE = git://github.com/rubyspec
 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
-RUBYSPEC_GIT_URL = git://github.com/yugui/rubyspec.git
+RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
 
 STATIC_RUBY   = static-ruby
 

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

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