summaryrefslogtreecommitdiff
path: root/deb/Vagrantfile
Commit message (Collapse)AuthorAge
* deb Vagrantfile: install curl.John MacFarlane2016-07-21
|
* Build deb pkg on wheezy so we require a lower libc version.John MacFarlane2015-11-15
|
* deb/Vagrantfile improvements.John MacFarlane2015-11-15
| | | | | - Reduce memory size. - Retrieve key.
* Vagrantfile: Install certificates needed for stack to work.John MacFarlane2015-11-15
|
* Debian: added configurable VAGRANTBOX env variable.John MacFarlane2015-11-12
| | | | | This should make it easy to build in different virtual machines, e.g. 32-bit.
* deb/Vagrantfile: share .., so we can put the deb there.John MacFarlane2015-10-24
|
* Added Vagrantfile for building deb in vm.John MacFarlane2015-10-24
This should help in automating binary package creation. 'make package' will make the package. 'make package COMMIT=blah' will make the package from commit blah.