Skip to content

Commit

Permalink
Vagrant stuff for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rlowe committed Aug 25, 2015
1 parent ea265fb commit 54044fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
conf/orchestrator.conf.json

.vagrant/
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function setuptree() {
local b

mkdir -p $TOPDIR
rm -rf $TOPDIR/*
rm -rf $TOPDIR/*
b=$( mktemp -d $TOPDIR/orchestratorXXXXXX ) || return 1
mkdir -p $b/orchestrator
mkdir -p $b/orchestrator/usr/local/orchestrator/
Expand Down

0 comments on commit 54044fb

Please sign in to comment.