Bernhard Gschaider
d1779cf0d9
CentOS 7.0 added to vagrant machines. Provisioning works
2015-04-27 10:27:03 +01:00
Bernhard Gschaider
11bac1b329
Make the OpenSUSE 13.1 box compile out of the box
2014-06-04 18:03:42 +02:00
Bernhard Gschaider
ffefae5261
Add OpenSUSE 13.1-box
2014-06-04 18:02:15 +02:00
Bernhard Gschaider
20344e2552
Better hostnames. Got the name of the box and the host-computer. Code duplication. If someone finds out how to do this more elegantly I'll by him a drink of choice
2014-06-04 15:07:25 +02:00
Bernhard Gschaider
19fa6e547e
Extend minimum memory to 2.5 Gig because some tests are still failing
2014-06-04 15:04:46 +02:00
Bernhard F.W. Gschaider
eb884c689c
Bump up version number for Vagrant-scripts
2014-06-02 00:03:19 +02:00
Henrik Rusche
c458150bfc
Remove trailing whitespace systematically
2014-06-01 20:12:52 +02:00
Bernhard F.W. Gschaider
f4d0e740c0
Vagrant objected to the underscore in the hostname
2014-06-01 09:30:02 +02:00
Bernhard F.W. Gschaider
aaaea3559d
Add description of new vagrant-box to README. Additional script to automatically run tests after building
2014-05-31 23:36:53 +02:00
Bernhard F.W. Gschaider
01d9812483
Adapt script: more memory required for test-suite
2014-05-31 23:19:50 +02:00
Bernhard F.W. Gschaider
7e7434bd09
Additional packages needed vor Ubuntu 14.04 Trusty
2014-05-31 15:47:23 +02:00
Bernhard F.W. Gschaider
47e66aa646
Added vagrant machine trusty with Ubuntu 14.04 LTS
2014-05-30 23:39:46 +02:00
Bernhard F.W. Gschaider
a88f338560
Make sure that the machine has at least the 1.5 Gig memory which are
...
needed to run the whole test-Harness
--HG--
extra : amend_source : 406d5899c72b9601d1912491771a82498b3d6304
2014-05-30 23:24:50 +02:00
Bernhard F.W. Gschaider
028e182ba9
Set a hostname even if the environment variable is not set
2014-05-30 23:22:14 +02:00
Bernhard Gschaider
2f61b7e289
Add dependency for Tecplot-Writer
2014-05-16 14:07:08 +02:00
Bernhard Gschaider
fbf51d5ede
Bootstrap-script adds a log file to home
2014-05-16 14:06:25 +02:00
Bernhard Gschaider
d64b2268b8
Automatically set CPU, Memory and Hostname of the virtual machines
2014-05-16 14:05:02 +02:00
Bernhard Gschaider
d1d83c21f4
Changes necessary for FreeBSD
2014-03-13 18:33:45 +01:00
Bernhard Gschaider
240d710a6e
Adaption to new boxes available on vagrantcloud.com (use vagrant 1.5)
2014-03-13 17:52:52 +01:00
Bernhard Gschaider
a7d9a55024
Refactor the Ubuntu-script
2014-02-11 14:01:59 +01:00
Bernhard Gschaider
93062c01be
Forgot one library (without liberty nothing links)
2014-02-11 11:29:18 +01:00
Bernhard Gschaider
8868132a9e
Try to make FreeBSD work
2014-02-10 18:51:15 +01:00
Bernhard Gschaider
74c5ebe030
Now OpenSUSE is provisioned. FreeBSD not working because it doesn't support shared folders in the virtual box
2014-02-10 18:03:40 +01:00
Bernhard Gschaider
b96880ab6e
FreeBSD and OpenSUSE-machines. Currently not working
...
--HG--
rename : vagrantSandbox/initCentOSRHELScript.sh => vagrantSandbox/initFreeBSDScript.sh
rename : vagrantSandbox/initCentOSRHELScript.sh => vagrantSandbox/initOpenSUSEScript.sh
2014-02-10 16:34:06 +01:00
Bernhard Gschaider
ad198e0854
Fixes and a script to compile Foam in one go
...
--HG--
extra : amend_source : 367e251b7df6b13cda03ddf956dbbfa9bec4b51d
2014-02-10 15:12:04 +01:00
Bernhard Gschaider
338173c01e
Add a CentOS 6 Box. Installs but compilation is untested
...
--HG--
rename : vagrantSandbox/initUbunutuScript.sh => vagrantSandbox/initCentOSRHELScript.sh
2014-02-10 14:34:45 +01:00
Bernhard Gschaider
5572d00013
Fixes to scripts:
...
- hg updates to the parent revision (for cases that use bookmarks
instead of branches - recommended when interacting with git)
- ccache now points to the "external" cache
2014-02-10 14:22:01 +01:00
Bernhard F.W. Gschaider
d073895315
Adapt vagrant files for foam-3
...
--HG--
branch : bgschaid/foam3FixesBranch
2013-12-30 17:08:32 +01:00
Bernhard F.W. Gschaider
274117250a
Update instad of -r. So the whole repo gets cloned
...
--HG--
branch : bgschaid/minorAdditionsBranch
2013-09-06 12:44:39 +02:00
Bernhard F.W. Gschaider
2bfd7bf74d
Adding RPM for the ThirdParty-stuff
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 17:06:50 +02:00
Bernhard F.W. Gschaider
af548de6c0
Directly clone to right branch
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 16:17:39 +02:00
Bernhard F.W. Gschaider
6aa988de47
Factor out general stuff into a separate script to allow scripts for different distros
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
rename : vagrantSandbox/initUbunutuScript.sh => vagrantSandbox/initGeneralScript.sh
2013-09-04 15:49:33 +02:00
Bernhard F.W. Gschaider
56712ce212
Add different shells for testing the scripts
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 15:43:58 +02:00
Bernhard F.W. Gschaider
2aadf18162
Now the machine is correctly set up from scratch
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 15:30:19 +02:00
Bernhard F.W. Gschaider
91810a7c6d
First version of a vagrant box for testing OF in a clean environment
...
--HG--
branch : bgschaid/feature/vagrantSandboxBranch
2013-09-04 14:49:25 +02:00