Skip to content

Commit 473bb45

Browse files
committed
Merge pull request rbenv#236 from hsbt/switch-svn-to-git
Switch 2.0.0-dev and 1.9.3-dev to git since the svn->git mirror is back up.
2 parents 0886e39 + 786adaf commit 473bb45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

share/ruby-build/1.9.3-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
2-
install_svn "ruby-1.9.3-dev" "http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_3" "HEAD" autoconf standard
2+
install_git "ruby-1.9.3-dev" "https://github.com/ruby/ruby.git" "ruby_1_9_3" autoconf standard

share/ruby-build/2.0.0-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
2-
install_svn "ruby-2.0.0-dev" "http://svn.ruby-lang.org/repos/ruby/trunk" "HEAD" autoconf standard
2+
install_git "ruby-2.0.0-dev" "https://github.com/ruby/ruby.git" "trunk" autoconf standard

0 commit comments

Comments
 (0)