comparison extra/soundsoftware/scripted-deploy/vagrant/vagrant-provision.sh @ 1582:f26dc3004b3f dockerise

A currently-failing attempt to get this setup working on Centos 7. Stalling on the problem of getting a recent enough system Ruby
author Chris Cannam
date Tue, 15 Aug 2017 16:26:46 +0100
parents ae8043b014c7
children d0d59d12db94
comparison
equal deleted inserted replaced
1581:ae8043b014c7 1582:f26dc3004b3f
5 # * https 5 # * https
6 # * web fonts 6 # * web fonts
7 7
8 set -e 8 set -e
9 9
10 for f in /vagrant/provision.d/[0-9]* ; do 10 for f in /vagrant-code/extra/soundsoftware/scripted-deploy/vagrant/provision.d/[0-9]* ; do
11 case "$f" in 11 case "$f" in
12 *~) ;; 12 *~) ;;
13 *) echo "Running provision script: $f" 13 *) echo "Running provision script: $f"
14 /bin/bash "$f";; 14 /bin/bash "$f";;
15 esac 15 esac