[tor-browser-bundle/master] Remove .git from rsync exclude in vagrant.

5 Aug
2013
5 Aug
'13
8:11 p.m.
commit 961913b609841b2a8e058e0bdb4d3d2130871d89 Author: Arlo Breault <arlolra@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"
4348
Age (days ago)
4348
Last active (days ago)
0 comments
1 participants
participants (1)
-
mikeperry@torproject.org