This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from f12e37f Correct location of updated nsis-builder.bat new d97f975 support --changelog & --git-info options for x2goclient 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/build-nsis-package.sh | 9 +++++++++ 1 file changed, 9 insertions(+) -- 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 d97f975d6cc3869d5a1c798fd83f6692cc400400 Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Mar 7 08:24:34 2014 -0500 support --changelog & --git-info options for x2goclient --- bin/build-nsis-package.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/build-nsis-package.sh b/bin/build-nsis-package.sh index db8512a..89484ae 100644 --- a/bin/build-nsis-package.sh +++ b/bin/build-nsis-package.sh @@ -202,6 +202,15 @@ build_packages() { cd /cygdrive/d/Build/scripts/ ./generate-nsis-version.pl + cd $PROJECT_DIR + cp -a debian/changelog txt/ + echo "GIT info:" > txt/git-info + git branch >> txt/git-info + echo "=================================" >> txt/git-info + echo "GIT history:" >> txt/git-info + git log -n 10 >> txt/git-info + cd /cygdrive/d/Build/scripts/ + nice /cygdrive/d/Build/scripts/nsis-builder.bat --buildresult "D:\\Build\\Scripts\\test\\$l_DIST\\$l_CODENAME\\i386" rm -Rf "$TEMP_DIR" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git