summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-11-29 14:24:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-11-29 14:24:53 +0100
commitfc18c444b2a96ee14ff1e4359a7205a683dfa0e5 (patch)
treeeb28c0ea787807a15b01396af1e2075f248b38c1 /home
parent9fc935b9e8a9a0a3d667eb66b7ff609ecbfaf6ba (diff)
downloadbuildscripts-fc18c444b2a96ee14ff1e4359a7205a683dfa0e5.tar.gz
buildscripts-fc18c444b2a96ee14ff1e4359a7205a683dfa0e5.tar.bz2
buildscripts-fc18c444b2a96ee14ff1e4359a7205a683dfa0e5.zip
change var name BUILDS_FOR to DEB_BUILDS_FOR
Diffstat (limited to 'home')
-rw-r--r--home/.buildscripts/itzks.conf2
-rw-r--r--home/.buildscripts/nwt.conf2
-rw-r--r--home/.buildscripts/x2go.conf10
3 files changed, 11 insertions, 3 deletions
diff --git a/home/.buildscripts/itzks.conf b/home/.buildscripts/itzks.conf
index 16ad07c..75c44d1 100644
--- a/home/.buildscripts/itzks.conf
+++ b/home/.buildscripts/itzks.conf
@@ -8,7 +8,7 @@ DEBFULLNAME="ITZKS Packages"
GPG_KEY="E41B37C658842183"
DISTS_SUPPORTED="debian ubuntu"
-BUILDS_FOR="\
+DEB_BUILDS_FOR="\
debian: squeeze wheezy jessie sid"
COMPONENT_MAIN="main"
diff --git a/home/.buildscripts/nwt.conf b/home/.buildscripts/nwt.conf
index 37a786f..dd662a6 100644
--- a/home/.buildscripts/nwt.conf
+++ b/home/.buildscripts/nwt.conf
@@ -8,7 +8,7 @@ DEBEMAIL=debian@das-netzwerkteam.de
DEBFULLNAME="NWT Packages"
GPG_KEY="4DC41CF116990FF8"
DISTS_SUPPORTED="debian ubuntu"
-BUILDS_FOR="\
+DEB_BUILDS_FOR="\
debian: lenny squeeze wheezy jessie sid\n\
ubuntu: lucid precise"
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf
index e51baf0..63a0888 100644
--- a/home/.buildscripts/x2go.conf
+++ b/home/.buildscripts/x2go.conf
@@ -8,9 +8,17 @@ DEBEMAIL=git-admin@x2go.org
DEBFULLNAME="X2go Git Administrator"
GPG_KEY="F4A7678C9C6B0B2B"
DISTS_SUPPORTED="debian"
-BUILDS_FOR="\
+DEB_BUILDS_FOR="\
debian: squeeze wheezy jessie sid"
+RPMEMAIL=git-admin@x2go.org
+RPMFULLNAME="X2go Git Administrator"
+GPG_KEY="F4A7678C9C6B0B2B"
+DISTS_SUPPORTED="fedora epel"
+RPM_BUILDS_FOR="\
+fedora: fe18 fe19 fe20\n\
+epel: sl6\n"
+
COMPONENT_MAIN="main"
COMPONENT_NIGHTLY="heuler"
COMPONENT_RELEASES="baikal"