Sha256: 261e9abfb57100aef53d1d36765893c0e5321f3d1cba0c3c5a5654066f99a9b9

Contents?: true

Size: 862 Bytes

Versions: 13

Compression:

Stored size: 862 Bytes

Contents

#!/bin/bash
#
# (c) Copyright 2014 Hewlett-Packard Development Company, L.P.
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#
#
 echo export GIT_SSL_NO_VERIFY=1 >> ~/.bashrc
 . ~/.bashrc

for PRJ in lorj forj
do
  if [ -d /srv/$PRJ ]
  then
     cd /srv/$PRJ
     bundle install --gemfile Gemfile
     rake install
     cd -
  fi
done

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
forj-1.0.18 vagrant/configure/install.sh
forj-1.0.17 vagrant/configure/install.sh
forj-1.0.16 vagrant/configure/install.sh
forj-1.0.15 vagrant/configure/install.sh
forj-1.0.14 vagrant/configure/install.sh
forj-1.0.13 vagrant/configure/install.sh
forj-1.0.12 vagrant/configure/install.sh
forj-1.0.11 vagrant/configure/install.sh
forj-1.0.10 vagrant/configure/install.sh
forj-1.0.9 vagrant/configure/install.sh
forj-1.0.8 vagrant/configure/install.sh
forj-1.0.7 vagrant/configure/install.sh
forj-1.0.6 vagrant/configure/install.sh