This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from dc78ce8 build-nsis-script: provide a much better git changelog new 9a2574d Delete the nsis\x2goclient\ dir from the previous build. It was preventing PulseAudio 5.0 from being copied over to replace 1.1. new eb96474 Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/buildscripts The 2 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 insertion(+) -- 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 9a2574dfe69fbf16b19fcbe382c12c4fc9ee2200 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Mar 16 12:06:53 2014 -0400 Delete the nsis\x2goclient\ dir from the previous build. It was preventing PulseAudio 5.0 from being copied over to replace 1.1. --- bin/nsis-builder.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nsis-builder.bat b/bin/nsis-builder.bat index 5a857a4..1cdd8d5 100644 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -12,6 +12,7 @@ if "%1"=="--console" sed -i 's/#CONFIG += console/CONFIG += console/' x2goclient %COMSPEC% /c config_win.bat mingw32-make dir release\x2goclient.exe +rmdir /s /q nsis\x2goclient cd nsis mkdir x2goclient xcopy /S D:\Build\scripts\current_files\x2goclient x2goclient -- 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 eb964747a7ee2bedced1e10a5069fd8cad410253 Merge: 9a2574d dc78ce8 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Mar 16 12:07:24 2014 -0400 Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/buildscripts bin/build-nsis-package.sh | 10 +++++----- bin/build-rpm-package | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git