mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Upgrade CI server to latest RubyGems [#2665 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
parent
20deb677a2
commit
6dc3a6a954
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue