This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 7a45cd3 Add Windows build scripts. Currently only capable of building nightly x2goclient. new 6ceb823 Correction location of scripts 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: build-nsis-package.sh => bin/build-nsis-package.sh | 0 .../generate-nsis-version.pl | 0 nsis-builder.bat => bin/nsis-builder.bat | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename build-nsis-package.sh => bin/build-nsis-package.sh (100%) rename generate-nsis-version.pl => bin/generate-nsis-version.pl (100%) rename nsis-builder.bat => bin/nsis-builder.bat (100%) -- 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 6ceb82397b5899607e41c6638855a22bd8a0f419 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Mar 4 17:24:43 2014 -0500 Correction location of scripts --- build-nsis-package.sh => bin/build-nsis-package.sh | 0 .../generate-nsis-version.pl | 0 nsis-builder.bat => bin/nsis-builder.bat | 0 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/build-nsis-package.sh b/bin/build-nsis-package.sh similarity index 100% rename from build-nsis-package.sh rename to bin/build-nsis-package.sh diff --git a/generate-nsis-version.pl b/bin/generate-nsis-version.pl similarity index 100% rename from generate-nsis-version.pl rename to bin/generate-nsis-version.pl diff --git a/nsis-builder.bat b/bin/nsis-builder.bat similarity index 100% rename from nsis-builder.bat rename to bin/nsis-builder.bat -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git