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

ruby-changes:74071

From: Takashi <ko1@a...>
Date: Tue, 18 Oct 2022 13:20:05 +0900 (JST)
Subject: [ruby-changes:74071] 134acf98d8 (master): ruby/ruby-commit-hook has been renamed [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=134acf98d8

From 134acf98d897dd93c3d113e5d6b897fb690aaa92 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 17 Oct 2022 21:16:01 -0700
Subject: ruby/ruby-commit-hook has been renamed [ci skip]

to ruby/git.ruby-lang.org
---
 tool/gen-mailmap.rb       | 2 +-
 tool/sync_default_gems.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tool/gen-mailmap.rb b/tool/gen-mailmap.rb
index 27b7abf8de..df1884520c 100755
--- a/tool/gen-mailmap.rb
+++ b/tool/gen-mailmap.rb
@@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/gen-mailmap.rb#L3
 require "open-uri"
 require "yaml"
 
-EMAIL_YML_URL = "https://cdn.jsdelivr.net/gh/ruby/ruby-commit-hook/config/email.yml"
+EMAIL_YML_URL = "https://cdn.jsdelivr.net/gh/ruby/git.ruby-lang.org/config/email.yml"
 
 email_yml = URI(EMAIL_YML_URL).read.sub(/\A(?:#.*\n)+/, "").gsub(/^# +(.+)$/) { $1 + ": []" }
 
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index a5f8c7fd09..9fcbeb7d22 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -434,7 +434,7 @@ def message_filter(repo, sha) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L434
   print "[#{repo}] ", log
 end
 
-# NOTE: This method is also used by ruby-commit-hook/bin/update-default-gem.sh
+# NOTE: This method is also used by GitHub ruby/git.ruby-lang.org's bin/update-default-gem.sh
 # @param gem [String] A gem name, also used as a git remote name. REPOSITORIES converts it to the appropriate GitHub repository.
 # @param ranges [Array<String>] "before..after". Note that it will NOT sync "before" (but commits after that).
 # @param edit [TrueClass] Set true if you want to resolve conflicts. Obviously, update-default-gem.sh doesn't use this.
-- 
cgit v1.2.3


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

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