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

ruby-changes:55878

From: Nobuyoshi <ko1@a...>
Date: Tue, 28 May 2019 14:40:40 +0900 (JST)
Subject: [ruby-changes:55878] Nobuyoshi Nakada: d5f408403f (trunk): Set read-only with attrib command

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

From d5f408403f805b2ff616b9c43528d9fdffa3bf60 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 28 May 2019 11:08:22 +0900
Subject: Set read-only with attrib command


diff --git a/appveyor.yml b/appveyor.yml
index 029a0b6..d6b1139 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -56,9 +56,8 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L56
     - curl -fsSL -o zlib%zlib_version:.=%.zip --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip
     - 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip
     - for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
+    - attrib +r /s /d
     - mkdir %Platform%-mswin_%vs%
-    - ps: Get-ChildItem "win32" -Recurse | foreach {$_.Attributes = 'Readonly'}
-    - ps: Get-Item $env:Platform"-mswin_"$env:vs | foreach {$_.Attributes = 'Normal'}
   build_script:
     - cd %APPVEYOR_BUILD_FOLDER%
     - cd %Platform%-mswin_%vs%
-- 
cgit v0.10.2


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

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