aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-02-07 22:03:07 +0000
committerPeter Wilmott <p@p8952.info>2015-02-13 00:09:49 +0000
commitc90672132096e8695ce17b034d77e12a945244fb (patch)
treecb200744a09bdde5b26bdbf6f5048f06211734c3 /.gitignore
parentAdd repoman tidy task to clear entries with all targets enabled (diff)
downloadruby-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--.gitignore11
1 files changed, 4 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index efe91ed..7d8a372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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