This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from f7685ee bin/build-rpm-package: fetch source package name and use it. new 3ded1d6 bin/nsis-builder.bat: use UPX 3.95. 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 3ded1d6ca9663e45ea869e5410b035347eb3bb92 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 22 21:57:49 2019 +0200 bin/nsis-builder.bat: use UPX 3.95. --- 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 8c0b59f..d9e3589 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.91_bin\ +set PATH=%PATH%;D:\x2goclient-contrib\upx\3.95_bin\ set PATH=%PATH%;C:\Program Files (x86)\NSIS\Unicode\ rmdir /s /q nsis\x2goclient -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git