summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-19 13:10:45 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-19 13:10:45 +0000
commit652d1c2638ebc5600427987d31118b14c1f93545 (patch)
treecae608047328896d6410c553fd3e0c99bed4d46e
parent3ac1480a27be3153e839548948c7181e5d26e931 (diff)
downloadruby-652d1c2638ebc5600427987d31118b14c1f93545.tar.gz
ruby-652d1c2638ebc5600427987d31118b14c1f93545.tar.xz
ruby-652d1c2638ebc5600427987d31118b14c1f93545.zip
* common.mk : Reverts the changeset 18994.
Uses the official repository of rubyspec again. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--common.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c71b3d0..823fb0e4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 19 19:43:40 2008 Yuki Sonoda <yugui@yugui.jp>
+
+ * common.mk : Reverts the changeset 18994.
+ Uses the official repository of rubyspec again.
+
Fri Sep 19 17:41:56 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* configure.in: applied OS/2 support patch from Brendan Oakley
diff --git a/common.mk b/common.mk
index ddf481540..5e71aed9f 100644
--- a/common.mk
+++ b/common.mk
@@ -9,7 +9,7 @@ RUBYOPT = -
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