This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 61bd803 nsis-builder.bat: Use # of CPU threads as jobs for make. new bc3b072 Add mingw32-4.8+qt-4.8+release.wrapper.sh 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: ...er.sh => mingw32-4.8+qt-4.8+release.wrapper.sh} | 1 + 1 file changed, 1 insertion(+) copy bin/{mingw32-4.8+qt-4.8.wrapper.sh => mingw32-4.8+qt-4.8+release.wrapper.sh} (90%) -- 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 bc3b072a11f72bd4e0633e2bbd2de020b3ca4e3c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat May 9 11:07:29 2015 -0400 Add mingw32-4.8+qt-4.8+release.wrapper.sh --- bin/mingw32-4.8+qt-4.8+release.wrapper.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/mingw32-4.8+qt-4.8+release.wrapper.sh b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh new file mode 100755 index 0000000..1e217d4 --- /dev/null +++ b/bin/mingw32-4.8+qt-4.8+release.wrapper.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This script exists because it appears that you cannot pass env vars +# to C:\cygwin\bin\bash.exe from the windows command prompt. +export NSIS_BUILD_FOR="mingw32-4.8:qt-4.8" +export RELEASE="TRUE" +$1 $2 $3 $4 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git