From 1ef11155dab488efc602d79f9939821570a5a77a Mon Sep 17 00:00:00 2001 From: Chris Church Date: Thu, 23 May 2013 03:22:16 -0400 Subject: [PATCH] Added new set of playbooks for deploying to a single-server configuration, including Vagrant configuration for testing. --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c284453ea..8b9c511231 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ htmlcov .coverage coverage.xml pep8.txt +.vagrant diff --git a/Makefile b/Makefile index 118cebac71..240d469ab2 100644 --- a/Makefile +++ b/Makefile @@ -70,4 +70,4 @@ dev_build: python setup.py dev_build release_build: - pythons setup.py release_build + python setup.py release_build