jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/348199 )

Change subject: Full path to xvfb-run
......................................................................


Full path to xvfb-run

Change-Id: Ie2ccb74ef84fb5f77de6f0934dbe59e9102387ee
---
M wmf-config/CommonSettings-labs.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Thcipriani: Looks good to me, approved
  MarkTraceur: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index b79a655..14442de 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -370,7 +370,7 @@
        // Add 3d media viewer extension
        $wgMediaViewerExtensions['stl'] = 'mmv.3d';
 
-       $wg3dProcessor = 'xvfb-run -a -s "-ac -screen 0 1280x1024x24" 
/srv/deployment/3d2png/deploy/src/3d2png.js';
+       $wg3dProcessor = '/usr/bin/xvfb-run -a -s "-ac -screen 0 1280x1024x24" 
/srv/deployment/3d2png/deploy/src/3d2png.js';
 }
 
 } # end safeguard

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2ccb74ef84fb5f77de6f0934dbe59e9102387ee
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to