diff options
author | ivan <ivan> | 2010-07-07 21:00:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-07 21:00:05 +0000 |
commit | 4aaf110cfc6a634de7b7015e352a798e8e8aeff3 (patch) | |
tree | a7ae6bb32292f050ead83bacfc1bab76b6542e5a /rpm | |
parent | 4b8bad6a2302f764ae180e1b946cb148bc0ae051 (diff) |
dropping centos/rhel 4
Diffstat (limited to 'rpm')
-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' |