Commit:    2fd646ab69db720abfaee4e15a12163c49d50b9d
Author:    Anatol Belski <[email protected]>         Wed, 2 Nov 2016 02:44:24 +0100
Parents:   49d08e43dd42e274cb70b18b47fd7ff5de61ff5c
Branches:  master pecl_legacy

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

Log:
remove 7.1 snap build, it's long not a pre

Changed paths:
  D  client/bin/pecl_snap_70.bat


Diff:
diff --git a/client/bin/pecl_snap_70.bat b/client/bin/pecl_snap_70.bat
deleted file mode 100644
index 070fe42..0000000
--- a/client/bin/pecl_snap_70.bat
+++ /dev/null
@@ -1,59 +0,0 @@
-@ECHO OFF
-
-SET BAT_DIR=%~dp0
-
-set yyyy=%date:~6,4%
-set mm=%date:~3,2%
-set dd=%date:~0,2%
-
-set hh=%time:~0,2%
-if %hh% lss 10 (set hh=0%time:~1,1%)
-set nn=%time:~3,2%
-set ss=%time:~6,2%
-set cur_date=%yyyy%%mm%%dd%-%hh%%nn%%ss%
-
-set LOG_FILE=c:\php-sdk\logs\task-pecl-%cur_date%.log
-set RMTOOLS_BASE_DIR=c:\php-sdk\rmtools-client
-
-if "%1"=="" goto :help
-if "%1"=="--help" goto :help
-if "%1"=="-h" goto :help
-if "%1"=="/?" goto :help
-goto :skip_help
-
-:help
-echo ==========================================================
-echo This is the PECL build batch script. You can see the help
-echo output of the underlaying worker below. Note that you HAVE
-echo TO ommit the --config option when running this batch.
-echo ==========================================================
-%BAT_DIR%pecl.bat
-GOTO EXIT_LOCKED
-
-:skip_help
-
-IF EXIST c:\php-sdk\locks\pecl.lock (
-ECHO Pecl build script is already running.
-GOTO EXIT_LOCKED
-)
-
-ECHO running > c:\php-sdk\locks\pecl.lock 
-
-rem Notice the --first and the --last calls marked, that's important
-rem to maintain the state between call for the same package. For instance
-rem if --aggregate-mail is used.
-rem call %BAT_DIR%pecl.bat --config=pecl55_x64 --first %* >> %LOG_FILE% 2<&1
-rem call %BAT_DIR%pecl.bat --config=pecl55_x86 %* >> %LOG_FILE% 2<&1
-rem call %BAT_DIR%pecl.bat --config=pecl54 %* >> %LOG_FILE% 2<&1
-rem call %BAT_DIR%pecl.bat --config=pecl53 --last %* >> %LOG_FILE% 2<&1
-rem
-call %BAT_DIR%pecl.bat --config=pecl70_x86 --first %* >> %LOG_FILE% 2<&1
-call %BAT_DIR%pecl.bat --config=pecl70_x64 --last %* >> %LOG_FILE% 2<&1
-
-echo Done.>> %LOG_FILE%
-
-del c:\php-sdk\locks\pecl.lock >> %LOG_FILE% 2<&1
-
-:EXIT_LOCKED
-echo .
-


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

Reply via email to