[X2Go-Commits] [buildscripts] 01/01: build-nsis-package.sh: Add support for build-main-mswin

git-admin at x2go.org git-admin at x2go.org
Wed May 27 13:13:45 CEST 2015


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 at 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


More information about the x2go-commits mailing list