| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The previous bump was made unnecessary by various build
optimizations.
|
|
|
|
|
| |
The additional kernel from feature/multikernel made the build breach
the 6 GiB barrier.
|
| |
|
|
|
|
|
| |
Let's factor out some build related settings to a Ruby snippet that can be
shared between Rakefile and Vagrantfile.
|
|
Vagrant does not currently offer any way to verify a downloaded box file. In
order to overcome this limitation, we monkey-patch
Vagrant::Action::Box::Download#download method to verify a checksum right after
the file has been retrieved. This should definitely implemented upstream in a
more proper way but it will do for now.
|