[Scummvm-git-logs] scummvm-web master -> eaf1a4d810c50c78db2bec4d0a2da50b0588cec3

Mataniko mataniko at gmail.com
Sat Jul 14 23:50:18 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:
eaf1a4d810 WEB: echo composer install in site-update


Commit: eaf1a4d810c50c78db2bec4d0a2da50b0588cec3
    https://github.com/scummvm/scummvm-web/commit/eaf1a4d810c50c78db2bec4d0a2da50b0588cec3
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-14T17:50:09-04:00

Commit Message:
WEB: echo composer install in site-update

Changed paths:
    site-update/index.php


diff --git a/site-update/index.php b/site-update/index.php
index 8cbc229..eb4e812 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;composer install");
+  echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;echo '$ composer install';composer install");
 ?>
 </pre>
 </body>





More information about the Scummvm-git-logs mailing list