This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/x2goclient-cleanup in repository buildscripts. from cac50bd build-nsis-package.sh, nsis-builder.bat: make compatible with x2goclient's cleanup branch. new 7ed2d9b generate-nsis-version.pl: open the correct version file. 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/generate-nsis-version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.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 feature/x2goclient-cleanup in repository buildscripts. commit 7ed2d9bfe0afc02ae2622ab211ebc105179c5915 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 6 01:07:02 2015 +0100 generate-nsis-version.pl: open the correct version file. --- bin/generate-nsis-version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-nsis-version.pl b/bin/generate-nsis-version.pl index ea2cf4b..8a85032 100755 --- a/bin/generate-nsis-version.pl +++ b/bin/generate-nsis-version.pl @@ -6,7 +6,7 @@ use POSIX qw(strftime); my $date = strftime "%Y.%m.%d", localtime; -open(F,"<$ARGV[0]/version.h") or die; +open(F,"<$ARGV[0]/src/version.h") or die; my @lines=<F>; close(F); -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git