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

ruby-changes:71571

From: Nobuyoshi <ko1@a...>
Date: Thu, 31 Mar 2022 10:52:58 +0900 (JST)
Subject: [ruby-changes:71571] 663c297e34 (master): Remove CI configuration files from extracted bundled gems

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

From 663c297e34a04d0fcf12f317d7c9eb0ffbb5ef7f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 31 Mar 2022 10:40:33 +0900
Subject: Remove CI configuration files from extracted bundled gems

---
 tool/make-snapshot | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tool/make-snapshot b/tool/make-snapshot
index 5c66d5b76f..f91ab8855f 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -332,6 +332,10 @@ def package(vcs, rev, destdir, tmp = nil) https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L332
     end
   end
 
+  Dir.glob("#{exported}/.*.yml") do |file|
+    FileUtils.rm(file, verbose: $VERBOSE)
+  end
+
   status = IO.read(File.dirname(__FILE__) + "/prereq.status")
   Dir.chdir(tmp) if tmp
 
-- 
cgit v1.2.1


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

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