This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 54f3b45 nsis-builder.bat: Update for new arguments for x2goclient.git/copy-deps-win32.bat new 191c51a Abort build if copy-deps-win32.bat fails The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 191c51a4212b55142fe2e1d4d180db20209a75ae Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat May 16 14:41:29 2015 -0400 Abort build if copy-deps-win32.bat fails --- bin/nsis-builder.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 91accd6..8c0b59f 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -50,7 +50,7 @@ if "%1"=="mingw32-4.4" ( ) if "%1"=="mingw32-4.8" ( - call ..\copy-deps-win32.bat D:\x2goclient-contrib D:\OpenSSL-Win32 x2goclient + call ..\copy-deps-win32.bat D:\x2goclient-contrib D:\OpenSSL-Win32 x2goclient || exit /b %errorlevel% ) upx x2goclient\x2goclient.exe upx x2goclient\x2gohelper.exe -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git