[tor-commits] [tor-browser-bundle/master] Remove .git from rsync exclude in vagrant.
mikeperry at torproject.org
mikeperry at torproject.org
Mon Aug 5 20:11:21 UTC 2013
commit 961913b609841b2a8e058e0bdb4d3d2130871d89
Author: Arlo Breault <arlolra at gmail.com>
Date: Mon Aug 5 12:48:56 2013 -0700
Remove .git from rsync exclude in vagrant.
---
vagrant/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vagrant/Makefile b/vagrant/Makefile
index 36738f2..2490efb 100644
--- a/vagrant/Makefile
+++ b/vagrant/Makefile
@@ -39,7 +39,7 @@ tbb:
fi"
vagrant ssh --command "\
- rsync -r --exclude=.git --exclude=.vagrant \
+ rsync -r --exclude=.vagrant \
/tor-browser-bundle/ ~/tor-browser-bundle"
vagrant ssh --command "cd ~/tor-browser-bundle/gitian && USE_LXC=1 make"
More information about the tor-commits
mailing list