Changeset 0657b10 in sasview


Ignore:
Timestamp:
Apr 10, 2017 6:24:38 PM (7 years ago)
Author:
Ubuntu <ubuntu@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
0741804
Parents:
d26f025
Message:

Updates to Vagrant files for allowing AJJ to test docs build

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Vagrantfile

    r601b93d r0657b10  
    22# vi: set ft=ruby : 
    33 
    4 # This allows you to build sasview using vagrant  
     4# This allows you to build sasview using vagrant 
    55# for the moment you can build Ubuntu on any platform supported by vagrant 
    66# (Linux, Mac, Windows) 
    7 # You will need VirtualBox as well.  
     7# You will need VirtualBox as well. 
    88# Download pages: 
    99# http://www.vagrantup.com/downloads 
     
    2121  # Every Vagrant development environment requires a box. You can search for 
    2222  # boxes at https://atlas.hashicorp.com/search. 
    23   config.vm.box = "ubuntu/trusty64" 
     23  config.vm.box = "ubuntu/xenial64" 
    2424  #config.vm.box = "fedora19" 
    2525  #config.vm.box_url = "https://dl.dropboxusercontent.com/u/86066173/fedora-19.box" 
     
    4040  end 
    4141  # 
     42  config.vm.synced_folder ".", "/vagrant", disabled: true 
     43  config.vm.synced_folder ".", "/sasview-docs-test/sasview", disabled: false 
     44  config.vm.synced_folder "../sasmodels", "/sasview-docs-test/sasmodels", disabled: false 
     45 
    4246  config.vm.provision :shell, :path => "Vagrantprovision.sh" 
    4347end 
  • Vagrantprovision.sh

    r795ea6a2 r0657b10  
    77pip install bumps comtypes periodictable  
    88 
    9 cat >> ~vagrant/.bashrc <<EOF 
     9cat >> ~/.bashrc <<EOF 
    1010export LANG=en_US.UTF-8 
    1111export LC_ALL=en_US.UTF-8 
Note: See TracChangeset for help on using the changeset viewer.