MaxSem has uploaded a new change for review.
https://gerrit.wikimedia.org/r/202246
Change subject: Create the arcanist dir, otherwise it fails
......................................................................
Create the arcanist dir, otherwise it fails
Change-Id: I3fe7b4efd6e9e3fb1d9fd7d5240944c43dc9840b
---
M puppet/modules/arcanist/manifests/init.pp
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/46/202246/1
diff --git a/puppet/modules/arcanist/manifests/init.pp
b/puppet/modules/arcanist/manifests/init.pp
index 6f62b7c..8667bcc 100644
--- a/puppet/modules/arcanist/manifests/init.pp
+++ b/puppet/modules/arcanist/manifests/init.pp
@@ -12,6 +12,11 @@
){
include ::php
+ file { $deploy_dir:
+ ensure => directory,
+ mode => '0777',
+ }
+
git::clone { 'https://github.com/phacility/libphutil':
directory => "${deploy_dir}/libphutil",
remote => 'https://github.com/phacility/libphutil',
--
To view, visit https://gerrit.wikimedia.org/r/202246
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fe7b4efd6e9e3fb1d9fd7d5240944c43dc9840b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits