Git Product home page Git Product logo

ruby-release's Introduction

Ruby Release

To vendor ruby package into your release, run:

$ git clone https://github.com/bosh-packages/ruby-release
$ cd ~/workspace/your-release
$ bosh vendor-package ruby-2.4-r5 ~/workspace/ruby-release

The above code will add ruby-2.4-r5 to your-release and introduce a spec.lock.

Included packages:

  • ruby-2.4-r5 which includes:
    • ruby-2.4.5
    • yaml-0.1.7
    • rubygems-2.7.8

Included functions in compile.env:

  • bosh_bundle which runs bundle install ... targeted at ${BOSH_INSTALL_TARGET}
  • bosh_generate_runtime_env which generates ${BOSH_INSTALL_TARGET}/bosh/runtime.env

To use ruby-* package for compilation in your packaging script:

#!/bin/bash -eu
source /var/vcap/packages/ruby-2.4-r5/bosh/compile.env
...
bosh_bundle
bosh_generate_runtime_env

To use ruby-* package at runtime in your job scripts:

#!/bin/bash -eu
source /var/vcap/packages/ruby-2.4-r5/bosh/runtime.env
source /var/vcap/packages/your-package/bosh/runtime.env
bundle exec ...

See packages/ruby-2.4-test and jobs/ruby-2.4-test for example.

Development

To run tests BOSH_ENVIRONMENT=vbox ./tests/run.sh

ruby-release's People

Contributors

cppforlife avatar dpb587-pivotal avatar jfmyers9 avatar langered avatar jmcarp avatar s4heid avatar zachgersh avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.