[Scummvm-git-logs] scummvm-web master -> 2af7b2a669a1a64258e6f6021547b2b3aa5a359f

Mataniko mataniko at gmail.com
Sun Jul 15 15:34:06 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:
2af7b2a669 WEB: Remove unnecessary shell command in site update


Commit: 2af7b2a669a1a64258e6f6021547b2b3aa5a359f
    https://github.com/scummvm/scummvm-web/commit/2af7b2a669a1a64258e6f6021547b2b3aa5a359f
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-15T09:33:50-04:00

Commit Message:
WEB: Remove unnecessary shell command in site update

Changed paths:
    site-update/index.php


diff --git a/site-update/index.php b/site-update/index.php
index 28e31e5..2d3baaf 100644
--- a/site-update/index.php
+++ b/site-update/index.php
@@ -1,10 +1,7 @@
 <html>
 <body>
 <pre>
-<?php
-  // Leaving this in initially in case the new script doesn't run...
-  echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;echo '$ composer install';composer install 2>&1");
-
+<?php  
   echo shell_exec('sh install.sh');
 ?>
 </pre>





More information about the Scummvm-git-logs mailing list