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

ruby-changes:53979

From: k0kubun <ko1@a...>
Date: Tue, 4 Dec 2018 22:15:31 +0900 (JST)
Subject: [ruby-changes:53979] k0kubun:r66199 (trunk): .travis.yml: config_2nd may not exist in ~/

k0kubun	2018-12-04 22:15:24 +0900 (Tue, 04 Dec 2018)

  New Revision: 66199

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66199

  Log:
    .travis.yml: config_2nd may not exist in ~/
    
    https://travis-ci.org/ruby/ruby/jobs/463317607

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 66198)
+++ .travis.yml	(revision 66199)
@@ -355,7 +355,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L355
   - cp -pr config.cache config.status .ext/include ../config_2nd
   - (cd .. && exec diff -ru config_1st config_2nd)
   - chmod u+w ..
-  - rm -r ~/config_2nd
+  - rm -rf ~/config_2nd
   - mv ../config_2nd ~
   - chmod u-w ..
   - $SETARCH make -s $JOBS && make install

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

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