Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-19 | CI: run Vagrant tests. | Martin Pärtel | -7/+61 | |
2023-11-10 | vagrant/test.rb: Exit with code 1 on error | Sebastian Pipping | -0/+1 | |
2023-11-10 | Avoid 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-15 | Deleted vagrant/debian9 - EOL and apt no longer works | Martin Pärtel | -25/+0 | |
2022-06-24 | Removed 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-24 | Fixed centos8 Vagrantfile | Martin Pärtel | -0/+5 | |
2021-12-13 | Added vagrant/debian11 | Martin Pärtel | -0/+25 | |
2021-02-13 | Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵ | Martin Pärtel | -6/+5 | |
the way. | ||||
2021-01-30 | Added Vagrantfiles for Debian 9 and 10. Use FUSE 3 in Debian 10. | Martin Pärtel | -0/+50 | |
2021-01-30 | Removed vagrantfile for CentOS 6 (EOL). | Martin Pärtel | -24/+0 | |
The CentOS 6 YUM repo seems to no longer be up. | ||||
2020-04-13 | Added centos8 to Vagrant tests. | Martin Pärtel | -1/+23 | |
2019-12-21 | Don'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-28 | Fixed vagrant tests. Removed Vagrant test for Ubuntu 12.04, added 18.04. | Martin Pärtel | -5/+6 | |
2017-03-14 | Retry `vagrant up` on error, to work around flakiness with parallelism. | Martin Pärtel | -2/+23 | |
2017-03-14 | Run tests on FreeBSD 10.3 and fix tests so they pass. | Martin Pärtel | -0/+32 | |
Fully fixes issue #51. | ||||
2017-03-12 | Added Vagrant test runner, initially running some Ubuntus and CentOSes. | Martin Pärtel | -0/+220 | |