This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from eb96474 Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/buildscripts new 5f05453 Windows: Code cleanup 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 | 1 - 1 file changed, 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 5f054533f88fb3a9a22788eb058352c967e64c26 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Apr 8 09:07:24 2014 -0400 Windows: Code cleanup --- bin/nsis-builder.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 1cdd8d5..4802581 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -3,7 +3,6 @@ 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\ -echo "hello" > D:\test.txt 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