closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
shinnya has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zzak>
[craysiii, irc.freenode.net] I'm trying to set up Jenkins CI on a VPS for a Rails project. Every time i try to run a build, when bundler is invoked, I keep getting an error that states Could not find gem 'rails_12factor' in any of the gem sources listed in your Gemfile or available on this machine. (Bundler::GemNotFound)
<zzak>
[craysiii, irc.freenode.net] i am able to install these gems through gem install on the command line, but for some reason when Jenkins is doing the work it says they don't exist according to my Gemfile sources.
<zzak>
[craysiii, irc.freenode.net] any ideas?
<zzak>
[Matt D, irc.freenode.net] craysiii: perhaps bundler is not being invoked with any production env vars set, your gemfile has the rails_12factor gem under the production group
<zzak>
[craysiii, irc.freenode.net] you're right that i am missing some environment variables related to my app
<zzak>
[craysiii, irc.freenode.net] but why would that stop bundler from finding gems?
<zzak>
[Matt D, irc.freenode.net] craysiii: true, i think i glanced at your error too quickly. if the error is coming from the bundle command: Could not find gem
<zzak>
[Matt D, irc.freenode.net] 'rails_12factor' in any of the gem sources listed in your Gemfile
<zzak>
[Matt D, irc.freenode.net] then it seems that your produciton group is being run
<zzak>
[craysiii, irc.freenode.net] well i have source 'https://rubygems.org' in my gemfile, and I can find the gem itself on the site
<zzak>
[craysiii, irc.freenode.net] which is why im puzzled i guess
<zzak>
[Matt D, irc.freenode.net] craysiii: rightfully so. i haven't used jenkins ci, so not sure what might be going on with JCI..
<zzak>
[craysiii, irc.freenode.net] yeah that was my worry when coming here. it could be Jenkins CI, it could be the Rake plugin inside it, it could be Ruby..
<zzak>
[Matt D, irc.freenode.net] craysiii: is this your first project with Jenkins CI?
<zzak>
[craysiii, irc.freenode.net] yes it is
<zzak>
[craysiii, irc.freenode.net] i read a few tutorials but none give any tips in case something like this were to happen
<zzak>
[Matt D, irc.freenode.net] craysiii: i was just going to ask how you like jenkins ci, but i don't think you're too impressed, yet :)
<zzak>
[craysiii, irc.freenode.net] hah, well i don't think it's jenkins fault
<zzak>
[craysiii, irc.freenode.net] pebcak most likely :P
<zzak>
[Matt D, irc.freenode.net] craysiii: well you haven't been able to really use it yet
<zzak>
[craysiii, irc.freenode.net] at first i thought it was the Gemfile.lock, so I got rid of it in the repo but then i still ran into this error
<zzak>
[craysiii, irc.freenode.net] and i am trying to get jenkins setup so i can move away from heroku for my portfolio projects
madgen has joined #ruby-core
madgen_ has joined #ruby-core
wycats has quit [Ping timeout: 276 seconds]
harrow` has quit [Ping timeout: 276 seconds]
drbrain has quit [Ping timeout: 276 seconds]
eregon_ has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
eregon has quit [Read error: Connection reset by peer]
drbrain has joined #ruby-core
wycats has joined #ruby-core
harrow has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
znz_jp has quit [Ping timeout: 250 seconds]
znz_jp has joined #ruby-core
znz_jp has quit [Client Quit]
znz_jp has joined #ruby-core
<zzak>
[realname, irc.freenode.net] ey
<zzak>
[realname, irc.freenode.net] i made some packages in the aur
<zzak>
[realname, irc.freenode.net] is it worth discussing with anyone bring those package to the official repos?