aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
AgeCommit message (Collapse)AuthorLines
2023-11-19CI: run Vagrant tests.Martin Pärtel-7/+61
2023-11-10vagrant/test.rb: Exit with code 1 on errorSebastian Pipping-0/+1
2023-11-10Avoid undefined behaviour if uid_t/gid_t is signed.Martin Pärtel-23/+0
This drops support for CentOS 7 because its GCC is too old to support `__builtin_add_overflow`, and its EOL'ing in about half a year anyway. Fixes #143
2023-07-15Deleted vagrant/debian9 - EOL and apt no longer worksMartin Pärtel-25/+0
2022-06-24Removed trusty64 Vagrantfile.Martin Pärtel-25/+0
Rsyncing to it fails now and I don't have the time to figure out why.
2022-06-24Fixed centos8 VagrantfileMartin Pärtel-0/+5
2021-12-13Added vagrant/debian11Martin Pärtel-0/+25
2021-02-13Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵Martin Pärtel-6/+5
the way.
2021-01-30Added Vagrantfiles for Debian 9 and 10. Use FUSE 3 in Debian 10.Martin Pärtel-0/+50
2021-01-30Removed vagrantfile for CentOS 6 (EOL).Martin Pärtel-24/+0
The CentOS 6 YUM repo seems to no longer be up.
2020-04-13Added centos8 to Vagrant tests.Martin Pärtel-1/+23
2019-12-21Don't check that numeric UIDs and GIDs exist in user database.Martin Pärtel-1/+2
A user database is not always available. For #79.
2019-04-28Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04.Martin Pärtel-5/+6
2017-03-14Retry `vagrant up` on error, to work around flakiness with parallelism.Martin Pärtel-2/+23
2017-03-14Run tests on FreeBSD 10.3 and fix tests so they pass.Martin Pärtel-0/+32
Fully fixes issue #51.
2017-03-12Added Vagrant test runner, initially running some Ubuntus and CentOSes.Martin Pärtel-0/+220