summaryrefslogtreecommitdiff
path: root/home/.buildscripts/x2go.conf
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/.buildscripts/x2go.conf
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/.buildscripts/x2go.conf')
-rw-r--r--home/.buildscripts/x2go.conf10
1 files changed, 9 insertions, 1 deletions
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"