indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
woollyams has quit [Ping timeout: 252 seconds]
woollyams has joined #bundler
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #bundler
retro|cz has quit [Ping timeout: 252 seconds]
Cidan is now known as zz_Cidan
1JTAAA4L9 is now known as adam12
zz_Cidan is now known as Cidan
Cidan is now known as zz_Cidan
zz_Cidan has quit [Ping timeout: 252 seconds]
cha1tanya has joined #bundler
zz_Cidan has joined #bundler
zz_Cidan is now known as Cidan
Cidan has quit [Changing host]
Cidan has joined #bundler
Who has joined #bundler
Who has quit [Changing host]
Who has joined #bundler
<Who> Radar: ah your also here, I would prefer this channel over the RoR one (since its always so busy)
cha1tanya has quit [Ping timeout: 240 seconds]
deitrick has joined #bundler
deitrick has quit [Client Quit]
woollyams has quit [Ping timeout: 252 seconds]
woollyams has joined #bundler
Who has quit [Quit: Who]
robbyoconnor has joined #bundler
retro|cz has joined #bundler
retro|cz has quit [Ping timeout: 250 seconds]
robbyoconnor has quit [Quit: Konversation terminated!]
Cidan is now known as zz_Cidan
RubyPanther has quit [Read error: Connection timed out]
RubyPanther has joined #bundler
RubyPanther has quit [Ping timeout: 252 seconds]
samphippen has joined #bundler
RubyPanther has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
brixen has quit [Ping timeout: 240 seconds]
Garoe has joined #bundler
brixen has joined #bundler
samphipp_ has joined #bundler
samphippen has quit [Ping timeout: 252 seconds]
woollyams has joined #bundler
woollyams has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
samphipp_ is now known as samphippen
timgauthier has joined #bundler
Who has joined #bundler
<Who> hello
RubyPanther has quit [Ping timeout: 258 seconds]
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
jacobat_ has quit [Quit: WeeChat 0.4.0]
RubyPanther has joined #bundler
t4nkd has joined #bundler
kgrz has joined #bundler
xunil has joined #bundler
<xunil> hi
<timgauthier> hi
<xunil> Can I let bundler use a different work dir?
<xunil> For bundle install?
cwebber has joined #bundler
<Who> hey
<Who> xunil: can you tell me what you need to do?
<xunil> Who: when there isn't a package in official bundler repository, can I use a private repository, too?
<Who> so let describe the problem so we’re on the same page
<Who> you have project called x1
<Who> and another one called x2
<Who> on x2 you did bundle pack
<Who> now you want use x2 package to install gems on x1
<Who> is this correct?
<xunil> somehow yes
<xunil> Because I had to make my own package because there isn't yet one in repo.
ixti has joined #bundler
ixti has quit [Read error: Connection reset by peer]
<Who> I don’t think there is a way to use another projects cache dir, bundle install —local doesn’t take a path
t4nkd has quit [Quit: Linkinus - http://linkinus.com]
timgauthier has quit [Ping timeout: 240 seconds]
timgauthier has joined #bundler
kgrz has quit [Remote host closed the connection]
kgrz has joined #bundler
<xunil> hi again
<xunil> So I ran bundle install and it is done, I can also invoke the new commands.
<xunil> I want to install them locally into the directory.
<xunil> Is this possible?
<xunil> Because I can't find them in that directory.
<Who> bundle pack?
<Who> then install using bundle install —local
<xunil> ah
<xunil> thanks
cwebber has quit []
<xunil> I called bundle install --local and it went through successfully. But the gems still aren't there.
<xunil> I can call them but they aren't in that directory.
<xunil> which librarian-puppet
<xunil> /var/lib/jenkins/.rbenv/shims/librarian-puppet
<Who> bundle pack
<Who> will put them into
<Who> vendor/cache dir
<Who> in your project root folder
<xunil> Who: So first install, then pack?
<xunil> Who: or can I directly use pack?
<Who> bundle pck
<Who> should call install
<Who> pack*
<xunil> Who: ok, there are gem files now
<xunil> Who: But how can I now call the command?
<xunil> e.g. for librarian-puppet-1.0.1.gem
<Who> which command
<xunil> I want to call librarian-puppet
<Who> does it have a bin?
<Who> bundle exec librarian-puppet
<xunil> Who: it is a shell script starting with '#!/usr/bin/env bash'
<xunil> ah
<xunil> nice
<xunil> Who: so first bundle pack, then bundle exec?
<Who> well
<Who> it depends
<Who> bundle pack caches your gems
<Who> so in the future you can install using bundle install --local
<Who> (e.g. while deploying)
<Who> but if you intention is not to cache
<Who> just bundle install
<Who> and bundle exec should do
<xunil> Who: The following: The ci server should pull the dependencies for a build.
<xunil> Who: So I want to have those gems locally for the build until the workspace is cleaned.
<Who> then you want to cache
<Who> use bundle pack
kgrz has quit [Ping timeout: 258 seconds]
<xunil> Who: ok, so bundle pack and bundle exec, right?
<Who> yeah
<xunil> Is bundle pack an alias to bundle package (http://bundler.io/v1.5/bundle_package.html)?
<Who> yes
cwebber has joined #bundler
<xunil> Who: it is nowhere mentioned in the documentation
<Who> I cecked the code
<xunil> Who: I think they should add it to the docs. I am not so good in ruby :)
zz_Cidan is now known as Cidan
havenwood has joined #bundler
cwebber has quit []
cwebber has joined #bundler
kgrz has joined #bundler
Who has quit [Quit: Who]
kgrz has quit [Ping timeout: 245 seconds]
Who has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Who has quit [Quit: Who]
Sylario has joined #bundler
<Sylario> My Rails/Capistrano do a strange bundler command that makes bundler install ruby in a bundle folder. How can i control the ruby version installed in the BUNDLE_PATH folder
<Sylario> ?
<Sylario> What is strange is the bundle exec ruby -v does not return the version of the bundle folder
timgauthier is now known as timstarke
timstarke is now known as tstarke
xunil has left #bundler [#bundler]
tstarke is now known as timgauthier
cha1tanya has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 250 seconds]
cha1tanya has quit [Ping timeout: 258 seconds]
havenwood has joined #bundler
samphippen has joined #bundler
kgrz has joined #bundler
kgrz has quit [Remote host closed the connection]
cwebber has quit []
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
steerio has joined #bundler
<steerio> hi
cwebber has joined #bundler
timgauthier has left #bundler ["Textual IRC Client: www.textualapp.com"]
Garoe has quit [Quit: Saliendo]
jplussier has joined #bundler
Sylario has left #bundler [#bundler]
jplussier has quit [Quit: Leaving...]
jplussier has joined #bundler
jplussier is now known as t4nkd
Cidan is now known as zz_Cidan
zz_Cidan is now known as Cidan
kgrz has joined #bundler
kgrz has quit [Ping timeout: 252 seconds]
t4nkd has quit [Quit: Linkinus - http://linkinus.com]
jaimef has quit [Excess Flood]
jaimef has joined #bundler
x1337807x has joined #bundler
robbyoconnor has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
jaimef has quit [Excess Flood]
jaimef has joined #bundler
samphippen has joined #bundler
chouhoulis has quit [Ping timeout: 250 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]