[ARVADOS-DEV] updated: db8892cca34b4fcc62c3352d1a8bd828abaa0a3d

git at public.curoverse.com git at public.curoverse.com
Wed Dec 30 16:06:31 EST 2015


Summary of changes:
 arvbox/docker/common.sh | 1 -
 1 file changed, 1 deletion(-)

       via  db8892cca34b4fcc62c3352d1a8bd828abaa0a3d (commit)
      from  e6b3ab8f24716b8bc8f09fcd3bcbbfa2c154d330 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit db8892cca34b4fcc62c3352d1a8bd828abaa0a3d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Dec 30 16:06:23 2015 -0500

    8080: Remove call to bundle install outside if statement.

diff --git a/arvbox/docker/common.sh b/arvbox/docker/common.sh
index 37bbf8e..80fbac3 100644
--- a/arvbox/docker/common.sh
+++ b/arvbox/docker/common.sh
@@ -3,7 +3,6 @@ export GEM_HOME=/var/lib/arvados/gems
 export GEM_PATH=/var/lib/arvados/gems
 
 run_bundler() {
-    flock /var/lib/arvados/gems.lock bundle install --local --no-deployment --frozen "$@"
     if ! flock /var/lib/arvados/gems.lock bundle install --local --no-deployment --frozen "$@" ; then
         flock /var/lib/arvados/gems.lock bundle install --no-deployment --frozen "$@"
     fi

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list