提交 6dc3a6a9 编写于 作者: C Chad Woolley 提交者: Pratik Naik

Upgrade CI server to latest RubyGems [#2665 state:resolved]

Signed-off-by: NPratik Naik <pratiknaik@gmail.com>
上级 20deb677
......@@ -47,7 +47,7 @@ $ sudo aptitude update
* If you did not configure no-root-gem installation via ~/.gemrc as shown above, then allow no-password sudo for gem installation:
$ sudo visudo
# add this line to bottom:
ci ALL=NOPASSWD: /usr/local/bin/geminstaller, /usr/local/bin/ruby, /usr/local/bin/gem
ci ALL=(ALL) NOPASSWD: ALL
* Start ccrb via init script and check for default homepage at port 3333
......
Project.configure do |project|
project.build_command = 'ruby ci/ci_build.rb'
project.build_command = 'sudo update_rubygems && ruby ci/ci_build.rb'
project.email_notifier.emails = ['thewoolleyman@gmail.com']
# project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
......
......@@ -21,3 +21,5 @@ gems:
version: >= 2.2.3
- name: sqlite3-ruby
version: >= 1.2.2
- name: rubygems-update
version: >= 1.3.3
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册