jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icfa0ee357d009a519afb962042042840c573465b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to