diff options
author | Peter Wilmott <p@p8952.info> | 2015-02-07 22:03:07 +0000 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-02-13 00:09:49 +0000 |
commit | c90672132096e8695ce17b034d77e12a945244fb (patch) | |
tree | cb200744a09bdde5b26bdbf6f5048f06211734c3 /.gitignore | |
parent | Add repoman tidy task to clear entries with all targets enabled (diff) | |
download | ruby-tinderbox-c90672132096e8695ce17b034d77e12a945244fb.tar.gz ruby-tinderbox-c90672132096e8695ce17b034d77e12a945244fb.tar.bz2 ruby-tinderbox-c90672132096e8695ce17b034d77e12a945244fb.zip |
Replace Vagrant with Docker
This replaces the underlying build system with one based around docker.
This is for the following reasons:
1. Portability - Builds can be run on cloud services without spinning up
a second VM.
2. Reduced Overhead - There is a non-negligible increase in compile
times when you are running in Docker vs VirtualBox.
3. Coolness - Docker is cool, I wanted an excuse to use it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,14 +1,11 @@ -*.box -*.sqlite3 -*.tar.xz -.vagrant/ +!cache/.keep +!web/ci-logs/.keep +!web/repo-logs/.keep +cache/ gentoo-x86/ -logs/ ruby-overlay/ web/.bundle/ web/ci-logs/ web/repo-logs/ -!web/ci-logs/.keep -!web/repo-logs/.keep web/var/log/*.log web/var/run/*.pid |