[Pkg-owncloud-commits] [php-sabredav] 01/09: Not using deprecated options.

David Prévot taffit at moszumanska.debian.org
Mon Jun 1 22:42:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 3.0.0-beta2
in repository php-sabredav.

commit 7401f2b5998e6b899d9402fb97e409adbdfbbbfd
Author: Evert Pot <me at evertpot.com>
Date:   Mon May 25 20:38:57 2015 -0400

    Not using deprecated options.
---
 bin/build.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/build.php b/bin/build.php
index a6d5b98..8b78d88 100755
--- a/bin/build.php
+++ b/bin/build.php
@@ -101,7 +101,7 @@ function composerupdate() {
 
     global $baseDir;
     echo "  Updating composer packages to latest version\n\n";
-    system('cd ' . $baseDir . '; composer update --dev');
+    system('cd ' . $baseDir . '; composer update');
 }
 
 function test() {
@@ -143,7 +143,7 @@ function buildzip() {
     file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer, JSON_PRETTY_PRINT));
 
     echo "  Downloading dependencies\n";
-    system("cd build/SabreDAV; composer install -n --no-dev", $code);
+    system("cd build/SabreDAV; composer install -n", $code);
     if ($code!==0) {
         echo "Composer reported error code $code\n";
         die(1);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list