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

ruby-changes:46742

From: nobu <ko1@a...>
Date: Tue, 23 May 2017 22:18:53 +0900 (JST)
Subject: [ruby-changes:46742] nobu:r58857 (trunk): readonly srcdir

nobu	2017-05-23 22:18:45 +0900 (Tue, 23 May 2017)

  New Revision: 58857

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

  Log:
    readonly srcdir
    
    .travis.yml: make srcdir unwritable during build and tests.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 58856)
+++ .travis.yml	(revision 58857)
@@ -48,6 +48,8 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L48
   - "${requests:+git -C spec/rubyspec log --oneline origin/master..@}"
   - "rm config.status Makefile rbconfig.rb .rbconfig.time"
   - "mkdir build config_1st config_2nd"
+  - "chmod -R a-w ."
+  - "chmod u+w build config_1st config_2nd"
   - "cd build"
   - "../configure -C --disable-install-doc --with-gcc=$CC $CONFIG_FLAG"
   - "cp -pr config.cache config.status .ext/include ../config_1st"

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

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