This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 4fe71d2 Make the jenkins builds fail if the actual build commands failed new 8ffc569 Update nsis-builder.bat for x2gohelper 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 | 5 +++++ 1 file changed, 5 insertions(+) -- Alioth's /srv/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 8ffc5693120e55662664bdbab547169204ee9bc8 Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Jul 11 08:43:29 2014 -0400 Update nsis-builder.bat for x2gohelper --- bin/nsis-builder.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 01e9d2b..4eff159 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -11,12 +11,17 @@ if "%1"=="--console" sed -i 's/#CONFIG += console/CONFIG += console/' x2goclient %COMSPEC% /c config_win.bat || exit /b %errorlevel% mingw32-make || exit /b %errorlevel% dir release\x2goclient.exe +cd x2gohelper +mingw32-make +cd .. rmdir /s /q nsis\x2goclient cd nsis mkdir x2goclient xcopy /S D:\Build\scripts\current_files\x2goclient x2goclient copy ..\release\x2goclient.exe x2goclient\ +copy ..\release\x2gohelper.exe x2goclient\ upx x2goclient\x2goclient.exe +upx x2goclient\x2gohelper.exe makensis x2goclient.nsi || exit /b %errorlevel% -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git