Commit:    043b7f0e2c7c36e168066f4eca9cbbf67a94188f
Author:    Anatol Belski <[email protected]>         Tue, 24 Sep 2013 21:12:59 +0200
Parents:   0d42afdb0d0599de4a8b8fdaa53267ed2f9adec3
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=043b7f0e2c7c36e168066f4eca9cbbf67a94188f

Log:
upload and mail options set for automation

Changed paths:
  M  client/bin/pecl_build_next.bat


Diff:
diff --git a/client/bin/pecl_build_next.bat b/client/bin/pecl_build_next.bat
index 837f457..96e8e3b 100644
--- a/client/bin/pecl_build_next.bat
+++ b/client/bin/pecl_build_next.bat
@@ -7,7 +7,7 @@ SET BAT_DIR=%~dp0
 cd c:\pecl-in-pkg
 
 for /r %%i in (*) do (
-       call %BAT_DIR%pecl_build_all.bat --upload --package=%%i
+       call %BAT_DIR%pecl_build_all.bat --upload --mail --package=%%i
        del %%i
        goto ONLY_ONE   
 )


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to