This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 191c51a Abort build if copy-deps-win32.bat fails new 1e8458b build-nsis-package.sh: Add support for build-main-mswin 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 | 3 +++ 1 file changed, 3 insertions(+) -- 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 master in repository buildscripts. commit 1e8458bdbda4f8666f3e44809335b7125b33de46 Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed May 27 07:13:23 2015 -0400 build-nsis-package.sh: Add support for build-main-mswin --- bin/build-nsis-package.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-nsis-package.sh b/bin/build-nsis-package.sh index 9435a98..3d47aa4 100755 --- a/bin/build-nsis-package.sh +++ b/bin/build-nsis-package.sh @@ -41,6 +41,7 @@ NSIS_DISTS_SUPPORTED="mingw32-4.4,mingw32-4.8" MINGW_DISTROS="qt-4.8" COMPONENT_MAIN="main" +COMPONENT_MAIN_MSWIN="main-mswin" COMPONENT_NIGHTLY="heuler" COMPONENT_BUNDLES="baikal" @@ -82,6 +83,8 @@ set_vars() { DATE="${DATE:-$(date +%Y%m%d)}" if [ "x${COMPONENT}" = "x${COMPONENT_MAIN}" ]; then CHECKOUT="${3:-build-main}" + elif [ "x${COMPONENT}" = "x${COMPONENT_MAIN_MSWIN}" ]; then + CHECKOUT="${3:-build-main-mswin}" elif grep -qs "${COMPONENT}" <<< "${COMPONENT_RELEASES}"; then CHECKOUT="${3:-build-${COMPONENT}}" elif [ "x${COMPONENT}" = "x${COMPONENT_NIGHTLY}" ]; then -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git