summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/build-all-packages4
-rw-r--r--home/.buildscripts/x2go.conf2
2 files changed, 5 insertions, 1 deletions
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\