Alexander Neumann
0a8ef79dad
Move top-level files
2016-02-20 17:31:21 +01:00
Alexander Neumann
b63399d606
Move things around for gb
...
This moves all restic source files to src/, and all vendored
dependencies to vendor/src.
2016-02-20 17:31:20 +01:00
Alexander Neumann
4f8cc1180d
Vagrantfile: Disable default rsync on /vagrant
2015-08-18 21:40:39 +02:00
Alexander Neumann
bd3ce5d4a3
Fix tests on freebsd
2015-07-20 21:08:29 +02:00
Alexander Neumann
9441442a4d
Add darwin test box to Vagrantfile
2015-07-19 18:13:27 +02:00
Alexander Neumann
149b634333
Add Vagrantfile
...
This defines Linux, FreeBSD and OpenBSD VMs and creates a Go
environment.
Micro-tutorial:
$ vagrant up freebsd
[wait...]
$ vagrant ssh freebsd -c 'cd restic/restic; go test -v ./...'
[test output]
2015-07-18 23:25:30 +02:00