[Pkg-owncloud-commits] [php-sabredav] 01/42: Build script tweaks.

David Prévot taffit at moszumanska.debian.org
Wed Jul 23 16:41:23 UTC 2014


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit 63a3cccf2dff36e9a17f0a154737292a870d7757
Author: Evert Pot <me at evertpot.com>
Date:   Thu May 15 21:28:53 2014 -0400

    Build script tweaks.
---
 bin/build.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build.php b/bin/build.php
index 11cca1e..98fc889 100644
--- a/bin/build.php
+++ b/bin/build.php
@@ -121,7 +121,7 @@ function buildzip() {
 
     global $baseDir, $version;
     echo "  Asking composer to download sabre/dav $version\n\n";
-    system("composer create-project --no-dev sabre/dav build/SabreDAV $version", $code);
+    system("composer create-project -n --no-dev sabre/dav build/SabreDAV $version", $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