This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from a4abf44 Avoid --local when cloning build repositories, the --local option will create hard-links object/ref files pointing to the originating Git repository. However, we want completely disjunctive copies. new 936ce63 Windows: Switch from regular NSIS to NSIS Unicode (fix for x2goclient bug #528) 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/_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 936ce63cd7a852891614f5a7d10f832675338ee7 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jun 29 22:40:55 2014 -0400 Windows: Switch from regular NSIS to NSIS Unicode (fix for x2goclient bug #528) --- 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 4802581..f59483e 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -2,7 +2,7 @@ call "D:\Qt\4.8.5\bin\qtvars.bat" set PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\ set PATH=%PATH%;C:\Program Files (x86)\Git\bin\ set PATH=%PATH%;D:\x2goclient-contrib\upx\3.91_bin\ -set PATH=%PATH%;C:\Program Files (x86)\NSIS\ +set PATH=%PATH%;C:\Program Files (x86)\NSIS\Unicode\ D: cd D:\Build\GIT\nightly\x2goclient rem use msysgit's sed -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git