This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from e87ea9d {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for OpenSuSE Leap 15.1. new 319238c bin/nsis-builder.bat: use UPX 3.96. 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 /home/x2go-admin/maintenancescripts/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 319238ccb63e2b6eab6d4a8cd83ccfc16d7a8ee9 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jan 25 17:14:59 2020 +0100 bin/nsis-builder.bat: use UPX 3.96. --- 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 b21837c..5b50373 100755 --- a/bin/nsis-builder.bat +++ b/bin/nsis-builder.bat @@ -15,7 +15,7 @@ if "%1"=="mingw32-4.8" ( call "D:\Qt\4.8.6\bin\qtvars.bat" ) set PATH=%PATH%;C:\Program Files (x86)\Git\bin\ -set PATH=%PATH%;D:\x2goclient-contrib\upx\3.95_bin\ +set PATH=%PATH%;D:\x2goclient-contrib\upx\3.96_bin\ set PATH=%PATH%;C:\Program Files (x86)\NSIS\ rmdir /s /q nsis\x2goclient -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git