summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-05-25 14:57:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-05-25 14:57:16 +0200
commit984f0ae8ce1212d1b0503e9dbd0c45ddadf90c0d (patch)
tree97a4baa5801501a884d1c5cd10aa10753402633c /home
parenta8e1e5c439589a13f59c195c9c6173eaaa2f425e (diff)
downloadbuildscripts-984f0ae8ce1212d1b0503e9dbd0c45ddadf90c0d.tar.gz
buildscripts-984f0ae8ce1212d1b0503e9dbd0c45ddadf90c0d.tar.bz2
buildscripts-984f0ae8ce1212d1b0503e9dbd0c45ddadf90c0d.zip
add support for building all baikal packages in one go
Diffstat (limited to 'home')
-rw-r--r--home/.buildscripts/x2go.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf
index f25e731..e51baf0 100644
--- a/home/.buildscripts/x2go.conf
+++ b/home/.buildscripts/x2go.conf
@@ -31,6 +31,8 @@ python-x2go $COMPONENT_MAIN build-main\
libpam-x2go $COMPONENT_MAIN build-main\
lightdm-remote-session-x2go $COMPONENT_MAIN build-main\
"
+LIB_PACKAGES_BAIKAL="$LIB_PACKAGES_MAIN"
+
APP_PACKAGES_NIGHTLY="
x2goserver $COMPONENT_NIGHTLY master\n\
x2gobroker $COMPONENT_NIGHTLY master\n\
@@ -44,6 +46,7 @@ pyhoca-gui $COMPONENT_NIGHTLY master\n\
pyhoca-cli $COMPONENT_NIGHTLY master\n\
x2gothinclient $COMPONENT_NIGHTLY master\
"
+
APP_PACKAGES_MAIN="
x2goserver $COMPONENT_MAIN build-main\n\
x2gobroker $COMPONENT_MAIN build-main\n\
@@ -57,3 +60,17 @@ pyhoca-gui $COMPONENT_MAIN build-main\n\
pyhoca-cli $COMPONENT_MAIN build-main\n\
x2gothinclient $COMPONENT_MAIN build-main\
"
+
+APP_PACKAGES_BAIKAL="
+x2goserver $COMPONENT_MAIN build-baikal\n\
+x2goclient $COMPONENT_MAIN build-baikal\n\
+cups-x2go $COMPONENT_MAIN build-baikal\n\
+x2godesktopsharing $COMPONENT_MAIN build-baikal\n\
+x2gognomebindings $COMPONENT_MAIN build-baikal\n\
+x2golxdebindings $COMPONENT_MAIN build-baikal\n\
+x2goplasmabindings $COMPONENT_MAIN build-baikal\n\
+pyhoca-gui $COMPONENT_MAIN build-baikal\n\
+pyhoca-cli $COMPONENT_MAIN build-baikal\n\
+x2gothinclient $COMPONENT_MAIN build-baikal\
+"
+