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

ruby-changes:65272

From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Feb 2021 19:54:58 +0900 (JST)
Subject: [ruby-changes:65272] b1149bf305 (master): Make the commit of updated bundled_gems file

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

From b1149bf3058ab886b0e66e543c2b60427735f94c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 16 Feb 2021 19:52:50 +0900
Subject: Make the commit of updated bundled_gems file

---
 common.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common.mk b/common.mk
index ebbe3a1..102a58a 100644
--- a/common.mk
+++ b/common.mk
@@ -1335,6 +1335,8 @@ update-bundled_gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1335
 	     $(tooldir)/update-bundled_gems.rb \
 	     "$(srcdir)/gems/bundled_gems" | \
 	"$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" -
+	git -C "$(srcdir)" diff --no-ext-diff --ignore-submodules --exit-code || \
+	git -C "$(srcdir)" commit -m "Update bundled_gems" gems/bundled_gems
 
 test-bundled-gems-precheck: $(TEST_RUNNABLE)-test-bundled-gems-precheck
 yes-test-bundled-gems-precheck: main
-- 
cgit v1.1


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

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