This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1c1553a Fix: wqfix v3signing for epel-5 builds (Fixes: #699) new bace2e0 Switch mingw32-4.8 builds to copy-deps-win32.bat 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 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 bace2e07454c67dac6b1fdcda4a3d183756c6b79 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 10 23:29:35 2015 -0500 Switch mingw32-4.8 builds to copy-deps-win32.bat --- bin/nsis-builder.bat | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 32b3413..012a3ae 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -25,7 +25,13 @@ dir release\x2gohelper.exe rmdir /s /q nsis\x2goclient cd nsis mkdir x2goclient -xcopy /S D:\Build\scripts\current_files\%1\%2\x2goclient x2goclient +if "%1"=="mingw32-4.4" ( + xcopy /S D:\Build\scripts\current_files\%1\%2\x2goclient x2goclient +) + +if "%1"=="mingw32-4.8" ( + ..\copy-deps-win32.bat +) copy ..\release\x2goclient.exe x2goclient\ copy ..\release\x2gohelper.exe x2goclient\ upx x2goclient\x2goclient.exe -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git