diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-21 00:02:55 +0100 |
---|---|---|
committer | NWT Administrator <nwt-admin@minobo.das-netzwerkteam.de> | 2011-12-21 00:03:33 +0100 |
commit | 62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd (patch) | |
tree | 8228b66e33987542b8a93ec6ebe66af252884bcc /home | |
parent | baf582456e485e2e4272c0b888f9ccdb10cde499 (diff) | |
download | buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.gz buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.tar.bz2 buildscripts-62b47aba27c20caf5d4fb2dea10c3ea1a724d3dd.zip |
fixed scripts, configured other build servers
Diffstat (limited to 'home')
-rw-r--r-- | home/.buildscripts/itzks.conf | 18 | ||||
-rw-r--r-- | home/.buildscripts/nwt.conf | 5 | ||||
-rw-r--r-- | home/.buildscripts/x2go.conf | 18 |
3 files changed, 35 insertions, 6 deletions
diff --git a/home/.buildscripts/itzks.conf b/home/.buildscripts/itzks.conf index 93d50b5..f1df69d 100644 --- a/home/.buildscripts/itzks.conf +++ b/home/.buildscripts/itzks.conf @@ -1,4 +1,18 @@ -# buildscripts configuration for NWT build server +# buildscripts configuration for ITZKS build server GIT_USER=itzks -GIT_HOSTNAME=code.itzks.org +GIT_HOSTNAME=code.it-zukunft-schule.de GIT_SSH_PORT=32032 + +DEBEMAIL=itzks-packages@it-zukunft-schule.de +DEBFULLNAME="ITZKS Packages" +GPG_KEY="E41B37C658842183" + +DISTS_SUPPORTED="debian ubuntu" +BUILDS_FOR="\ +debian: lenny squeeze wheezy sid\n\ +ubuntu: lucid precise" + +COMPONENT_MAIN="main" +COMPONENT_NIGHTLY="nightly" +REPOS_SERVER="packages.it-zukunft-schule.de" +PACKAGE_WITHOUT_OTHERMIRROR="itzks-keyring" diff --git a/home/.buildscripts/nwt.conf b/home/.buildscripts/nwt.conf index e2fece8..845377d 100644 --- a/home/.buildscripts/nwt.conf +++ b/home/.buildscripts/nwt.conf @@ -10,13 +10,12 @@ GPG_KEY="4DC41CF116990FF8" DISTS_SUPPORTED="debian ubuntu" BUILDS_FOR="\ debian: lenny squeeze wheezy sid\n\ -ubuntu: lucid precise\n\ -" +ubuntu: lucid precise" COMPONENT_MAIN="main" COMPONENT_NIGHTLY="nightly" REPOS_SERVER="packages.das-netzwerkteam.de" - +PACKAGE_WITHOUT_OTHERMIRROR="nwt-keyring" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index c960f23..e8e9dcd 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -1,4 +1,20 @@ -# buildscripts configuration for NWT build server +# buildscripts configuration for X2Go build server + GIT_USER=x2go GIT_HOSTNAME=code.x2go.org GIT_SSH_PORT=32032 + +DEBEMAIL=git-admin@x2go.org +DEBFULLNAME="X2go Git Administrator" +GPG_KEY="F4A7678C9C6B0B2B" +DISTS_SUPPORTED="debian" +BUILDS_FOR="\ +debian: squeeze wheezy sid" + +COMPONENT_MAIN="main" +COMPONENT_NIGHTLY="heuler" +REPOS_SERVER="packages.x2go.org" +PACKAGE_WITHOUT_OTHERMIRROR="x2go-keyring" + + + |