跳过linux直接学安卓,linux – 是否可以跳过.rvmrc确认?

我们使用

RVM来管理Ruby安装和环境.

通常我们使用这个.rvmrc脚本:

#!/bin/bash

if [ ! -e '.version' ]; then

VERSION=`pwd | sed 's/[a-z/-]//g'`

echo $VERSION > .version

rvm gemset create $VERSION

fi

VERSION=`cat .version`

rvm use 1.9.2@$VERSION

此脚本强制RVM为每个项目/版本创建新的gem环境.

但每次我们部署新版本时,RVM都会要求我们确认新的.rvmrc文件.

当我们第一次cd到这个目录时,我们得到的结果如下:

===============================================================

= NOTICE: =

===============================================================

= RVM has encountered a not yet trusted .rvmrc file in the =

= current working directory which may contain nasty code. =

= =

= Examine the contents of this file to be sure the contents =

= are good before trusting it! =

= =

= Press 'q' to exit the reader when finished reading the file =

===============================================================

(press enter to continue when ready)

这对于开发环境来说并不是那么糟糕,但是对于自动部署,它需要手动确认每个服务器上的每个新版本.

是否可以跳过此确认?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值