diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-21 00:54:27 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-21 00:54:27 +0100 |
commit | 4d9196f83e19620129eaa5225bcb5b12ed3c73d5 (patch) | |
tree | a93ffaee51a0af9179275adc2d455c696a4f5800 /home/.buildscripts | |
parent | b3fe0e552cfb0e5e51901830b9e9685d23b04467 (diff) | |
download | buildscripts-4d9196f83e19620129eaa5225bcb5b12ed3c73d5.tar.gz buildscripts-4d9196f83e19620129eaa5225bcb5b12ed3c73d5.tar.bz2 buildscripts-4d9196f83e19620129eaa5225bcb5b12ed3c73d5.zip |
add package builds to configs for build-all-packages
Diffstat (limited to 'home/.buildscripts')
-rw-r--r-- | home/.buildscripts/itzks.conf | 15 | ||||
-rw-r--r-- | home/.buildscripts/nwt.conf | 21 | ||||
-rw-r--r-- | home/.buildscripts/x2go.conf | 38 |
3 files changed, 72 insertions, 2 deletions
diff --git a/home/.buildscripts/itzks.conf b/home/.buildscripts/itzks.conf index f1df69d..ac7ae63 100644 --- a/home/.buildscripts/itzks.conf +++ b/home/.buildscripts/itzks.conf @@ -16,3 +16,18 @@ COMPONENT_MAIN="main" COMPONENT_NIGHTLY="nightly" REPOS_SERVER="packages.it-zukunft-schule.de" PACKAGE_WITHOUT_OTHERMIRROR="itzks-keyring" + +LIB_PACKAGES_NIGHTLY="\ +itzks-keyring $COMPONENT_NIGHTLY master +" +LIB_PACKAGES_MAIN="\ +itzks-keyring $COMPONENT_MAIN build-main +" +APP_PACKAGES_NIGHTLY="\ +scratch $COMPONENT_NIGHTLY master\n +coccinella $COMPONENT_NIGHTLY master +" +APP_PACKAGES_MAIN="\ +scratch $COMPONENT_MAIN build-main\n +coccinella $COMPONENT_MAIN build-main +" diff --git a/home/.buildscripts/nwt.conf b/home/.buildscripts/nwt.conf index 845377d..7f4687a 100644 --- a/home/.buildscripts/nwt.conf +++ b/home/.buildscripts/nwt.conf @@ -17,5 +17,26 @@ COMPONENT_NIGHTLY="nightly" REPOS_SERVER="packages.das-netzwerkteam.de" PACKAGE_WITHOUT_OTHERMIRROR="nwt-keyring" +LIB_PACKAGES_NIGHTLY="\ +nwt/nwt-keyring $COMPONENT_NIGHTLY master\n +nwt/logcheck-database-nwt $COMPONENT_NIGHTLY master\n +debian/cx-freeze $COMPONENT_NIGHTLY master\n +python-easyldap $COMPONENT_NIGHTLY master +" +LIB_PACKAGES_MAIN="\ +nwt/nwt-keyring $COMPONENT_MAIN build-main\n +nwt/logcheck-database-nwt $COMPONENT_MAIN build-main\n +debian/cx-freeze $COMPONENT_MAIN build-main\n +python-easyldap $COMPONENT_MAIN build-main +" + +APP_PACKAGES_NIGHTLY="\ +nwt/nwt-hostconfig $COMPONENT_NIGHTLY master +dirvish-vm-tools $COMPONENT_NIGHTLY master +" +APP_PACKAGES_MAIN="\ +nwt/nwt-hostconfig $COMPONENT_MAIN build-main\n +dirvish-vm-tools $COMPONENT_MAIN build-main +" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index e8e9dcd..071dd74 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -16,5 +16,39 @@ COMPONENT_NIGHTLY="heuler" REPOS_SERVER="packages.x2go.org" PACKAGE_WITHOUT_OTHERMIRROR="x2go-keyring" - - +LIB_PACKAGES_HEULER=" +x2go-keyring $COMPONENT_NIGHTLY master\n" +nx-libs $COMPONENT_NIGHTLY master\n +python-x2go $COMPONENT_NIGHTLY master +" +LIB_PACKAGES_MAIN=" +x2go-keyring $COMPONENT_MAIN build-main\n +nx-libs $COMPONENT_MAIN build-main\n +python-x2go $COMPONENT_MAIN build-main +" +APP_PACKAGES_NIGHTLY=" +x2goserver $COMPONENT_NIGHTLY master\n +x2goagent $COMPONENT_NIGHTLY master\n +x2goclient $COMPONENT_NIGHTLY master\n +cups-x2go $COMPONENT_NIGHTLY master\n +x2godesktopsharing $COMPONENT_NIGHTLY master\n +x2gognomebindings $COMPONENT_NIGHTLY master\n +x2golxdebindings $COMPONENT_NIGHTLY master\n +x2goplasmabindings $COMPONENT_NIGHTLY master\n +pyhoca-gui $COMPONENT_NIGHTLY master\n +pyhoca-cli $COMPONENT_NIGHTLY master\n +x2gothinclient $COMPONENT_NIGHTLY master +" +APP_PACKAGES_NIGHTLY=" +x2goserver $COMPONENT_MAIN build-main\n +x2goagent $COMPONENT_MAIN build-main\n +x2goclient $COMPONENT_MAIN build-main\n +cups-x2go $COMPONENT_MAIN build-main\n +x2godesktopsharing $COMPONENT_MAIN build-main\n +x2gognomebindings $COMPONENT_MAIN build-main\n +x2golxdebindings $COMPONENT_MAIN build-main\n +x2goplasmabindings $COMPONENT_MAIN build-main\n +pyhoca-gui $COMPONENT_MAIN build-main\n +pyhoca-cli $COMPONENT_MAIN build-main\n +x2gothinclient $COMPONENT_MAIN build-main +" |