Parent5446 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/58309


Change subject: Added id to synced folder to avoid conflict.
......................................................................

Added id to synced folder to avoid conflict.

On Mac for some reason if no ID is given to the
synced folder is lists it as a conflict even
though there is none. This adds an ID to the
synced folder to avoid this issue.

Change-Id: Icfa0ee357d009a519afb962042042840c573465b
---
M Vagrantfile
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/09/58309/1

diff --git a/Vagrantfile b/Vagrantfile
index a6fff0c..4cac6ee 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -45,6 +45,7 @@
         auto_correct: true
 
     config.vm.synced_folder '.', '/vagrant',
+        id: 'vagrant-root',
         owner: 'vagrant',
         group: 'www-data',
         extra: 'dmode=770,fmode=770'

-- 
To view, visit https://gerrit.wikimedia.org/r/58309
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icfa0ee357d009a519afb962042042840c573465b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to