diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-05-31 09:37:39 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-05-31 09:37:39 +0100 |
commit | c8e1af1d9885ad1cc0dc6d567f99be10b48413ec (patch) | |
tree | 96db8203c62eaa37b827c29ec889fa9623065988 /script/cache-incoming-emails | |
parent | abcf8468112c4fbadfd31f2284b3769a6ba3b4d8 (diff) |
Bundler fix for rails-post-deploy
Ordinarily we would expect simply to run "bundle install" here.
However, at the time of writing there is a bug in bundler that
causes gems from github to be rebuilt every time bundle install
is run, which makes the process very extremely slow in our case
because Xapian takes a long time to build. Running
"bundle exec bundle install" is a workaround for this bug.
However clearly one cannot run bundle exec till the bundle has
initially been installed, so we use a flag file .bundler-has-run
to indicate whether we are doing an initial install.
Diffstat (limited to 'script/cache-incoming-emails')
0 files changed, 0 insertions, 0 deletions