Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that Vagrant box packages are kept updated #2886

Merged
merged 2 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. [script/bootstrap] Keep OS packages updated in development environments

    This adds a script, `bin/install_packages`, that will install packages
    listed in versions of `conf/packages*` and calls it from the bootstrap
    script in a way appropriate to the environment it is being run under.
    
    This should ensure that, for example, changes to dependencies will be
    applied to Vagrant machines in-between tagged releases.
    
    The default packages file used will be `packages.generic`.
    sagepe committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2baa60e View commit details
    Browse the repository at this point in the history
  2. [Vagrant] Add local testing box to provisioning conditional

    For local testing, we'll now treat a box named `fms-local` as if it
    was the Vagrant Cloud box.
    sagepe committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2c9bed2 View commit details
    Browse the repository at this point in the history