From 6173a37e64502a3da443cc33de91fb14358bd035 Mon Sep 17 00:00:00 2001 From: X2Go Admin Account Date: Wed, 22 Feb 2012 15:59:59 +0100 Subject: fix buildscripts's X2Go config x2go.conf --- bin/build-all-packages | 4 ++++ home/.buildscripts/x2go.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/build-all-packages b/bin/build-all-packages index b493490..4ba2bb2 100755 --- a/bin/build-all-packages +++ b/bin/build-all-packages @@ -57,3 +57,7 @@ COMPONENT=${1:-""} fi done } + +echo "Component: $COMPONENT" +echo "Main: $COMPONENT_MAIN" +echo "Nightly: $COMPONENT_NIGHTLY" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index e170ff4..c62cb67 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -39,7 +39,7 @@ pyhoca-gui $COMPONENT_NIGHTLY master\n\ pyhoca-cli $COMPONENT_NIGHTLY master\n\ x2gothinclient $COMPONENT_NIGHTLY master\ " -APP_PACKAGES_NIGHTLY=" +APP_PACKAGES_MAIN=" x2goserver $COMPONENT_MAIN build-main\n\ x2goagent $COMPONENT_MAIN build-main\n\ x2goclient $COMPONENT_MAIN build-main\n\ -- cgit v1.2.3