diff options
-rwxr-xr-x | rpm/build/build-freeside | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/build/build-freeside b/rpm/build/build-freeside index f17210ee6..8ea0392a3 100755 --- a/rpm/build/build-freeside +++ b/rpm/build/build-freeside @@ -9,10 +9,11 @@ # (Of course, koji is supposed to do all this, including updating the repo.) VERSIONS='1.7 1.9' +#VERSIONS='1.7 1.9 2.1' REPO=testing BRANCH= DISTROS='centos sles' -CENTOSVERS='4 5' +CENTOSVERS='5' SLESVERS=10 WHICHVERS= ARCHS='i386 x86_64' |