From eb884c689cb3fed98c54e802f125ba928b13c37e Mon Sep 17 00:00:00 2001 From: "Bernhard F.W. Gschaider" Date: Mon, 2 Jun 2014 00:03:19 +0200 Subject: [PATCH] Bump up version number for Vagrant-scripts --- vagrantSandbox/README | 4 ++-- vagrantSandbox/initGeneralScript.sh | 2 +- vagrantSandbox/skel/bootstrapAndTest.sh | 4 ++-- vagrantSandbox/skel/bootstrapFoam.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vagrantSandbox/README b/vagrantSandbox/README index 9acf60067..690c5dbc3 100644 --- a/vagrantSandbox/README +++ b/vagrantSandbox/README @@ -24,11 +24,11 @@ One can then connect to the virtual machine with : vagrant ssh and will be in the =$HOME= directory of the user =vagrant= where in - the directory =~/foam/foam-extend-3.0= the sources are + the directory =~/foam/foam-extend-3.1= the sources are available. Modifications can be pushed "outside" the virtual machine with : hg push - There is also a symbolic link =~/foam/foam-extend-3.0-parent= + There is also a symbolic link =~/foam/foam-extend-3.1-parent= to the sources if you want to edit there directly. Use with care and don't compile in that directory unless you know what you're doing diff --git a/vagrantSandbox/initGeneralScript.sh b/vagrantSandbox/initGeneralScript.sh index 2dcc0af87..086fdf1ed 100755 --- a/vagrantSandbox/initGeneralScript.sh +++ b/vagrantSandbox/initGeneralScript.sh @@ -23,7 +23,7 @@ chown -R vagrant:vagrant $OFDIR # for distros that don't have group vagrant chown -R vagrant $OFDIR -OFClone=$OFDIR/foam-extend-3.0 +OFClone=$OFDIR/foam-extend-3.1 OFReference=$OFClone-parent OFParent=/FOAM-sources diff --git a/vagrantSandbox/skel/bootstrapAndTest.sh b/vagrantSandbox/skel/bootstrapAndTest.sh index a197fa3cf..864fb65ff 100755 --- a/vagrantSandbox/skel/bootstrapAndTest.sh +++ b/vagrantSandbox/skel/bootstrapAndTest.sh @@ -2,10 +2,10 @@ /home/vagrant/bootstrapFoam.sh -cd foam/foam-extend-3.0 +cd foam/foam-extend-3.1 source etc/bashrc -cd testHarness/foam-extend/3.0/runDir +cd testHarness/foam-extend/3.1/runDir ./Allclean diff --git a/vagrantSandbox/skel/bootstrapFoam.sh b/vagrantSandbox/skel/bootstrapFoam.sh index b22c5c467..ce3aaf55f 100755 --- a/vagrantSandbox/skel/bootstrapFoam.sh +++ b/vagrantSandbox/skel/bootstrapFoam.sh @@ -6,7 +6,7 @@ export CCACHE_DIR=/vagrant/ccache4vm BOOTSTRAPLOG=/home/vagrant/bootstrapFoam.log -cd foam/foam-extend-3.0 +cd foam/foam-extend-3.1 source etc/bashrc ( cd wmake/src && make )