diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-30 20:41:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-30 20:41:33 +0100 |
commit | c1f0d58bbbd8e7233f3190a5d2119581bc3c8742 (patch) | |
tree | 8a181d42501116072f3303f8dcdca38aa54d220b /home | |
parent | 5096e66050e68ddb8aea6e41e039d305762f571e (diff) | |
download | buildscripts-c1f0d58bbbd8e7233f3190a5d2119581bc3c8742.tar.gz buildscripts-c1f0d58bbbd8e7233f3190a5d2119581bc3c8742.tar.bz2 buildscripts-c1f0d58bbbd8e7233f3190a5d2119581bc3c8742.zip |
don't write the RPM_BUILDS_FOR config to file anymore, handle as variable in memory
Diffstat (limited to 'home')
-rw-r--r-- | home/.buildscripts/x2go.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 7af9d26..eda1867 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -15,9 +15,7 @@ RPMEMAIL=git-admin@x2go.org RPMFULLNAME="X2go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" DISTS_SUPPORTED="fedora epel" -RPM_BUILDS_FOR="\ -fedora: 18 19 20 rawhide\n\ -epel: 6\n" +RPM_BUILDS_FOR="fedora:18,19,20,rawhide epel:6" RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ COMPONENT_MAIN="main" |