summaryrefslogtreecommitdiff
path: root/home/.buildscripts/nwt.conf
blob: 48c09b7b534bc1e91fcc8884fad16c150fb52447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# buildscripts configuration for NWT build server

GIT_USER=nwt
GIT_HOSTNAME=code.das-netzwerkteam.de
GIT_SSH_PORT=32032

DEBEMAIL=debian@das-netzwerkteam.de
DEBFULLNAME="NWT Packages"
GPG_KEY="4DC41CF116990FF8"
DEB_DISTS_SUPPORTED="debian ubuntu"
DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:lenny,squeeze,wheezy,jessie,sid ubuntu:lucid,precise"}

COMPONENT_MAIN="main"
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\n\
dirvish-vm-tools $COMPONENT_NIGHTLY master\
"
APP_PACKAGES_MAIN="\
nwt/nwt-hostconfig $COMPONENT_MAIN build-main\n\
dirvish-vm-tools $COMPONENT_MAIN build-main\
"