Skip to content

Latest commit

 

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Vagrant box for building jeo RPM

This directory contains a Vagrant box configuration for setting up an environment capable of building jeo rpm packages. It used Ansible to provision the box and install the necessary packages and configuration for the rpm build. environment.

To use this box:

  1. Install Vagrant and Ansible

  2. Change to this directory and:

     % vagrant up
     % vagrant provision 
    

By default this box is configured with a recent fedora base box. Update Vagrantfile to change to a different base box and to change other configuration options.