[Scummvm-git-logs] scummvm-web master -> 736b21ae0f4fb8aa73ac9c7324bf4850f0fac0c8

Mataniko mataniko at gmail.com
Sun Jul 15 03:09:29 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
736b21ae0f WEB: echo composer install in site-update and redirect stderr


Commit: 736b21ae0f4fb8aa73ac9c7324bf4850f0fac0c8
    https://github.com/scummvm/scummvm-web/commit/736b21ae0f4fb8aa73ac9c7324bf4850f0fac0c8
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-14T21:09:18-04:00

Commit Message:
WEB: echo composer install in site-update and redirect stderr

Changed paths:
    site-update/index.php


diff --git a/site-update/index.php b/site-update/index.php
index eb4e812..d2374b6 100644
--- a/site-update/index.php
+++ b/site-update/index.php
@@ -2,7 +2,7 @@
 <body>
 <pre>
 <?php
-  echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;echo '$ composer install';composer install");
+  echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;echo '$ composer install';composer install 2>&1");
 ?>
 </pre>
 </body>





More information about the Scummvm-git-logs mailing list