diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-15 12:30:36 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-15 12:30:56 +0100 |
commit | 010097c742c20ed3b2f98ebc9bbe430a2eebf074 (patch) | |
tree | d206105c3137f5f12b84fa2c02d281cfee2ff7e9 /bin/rebuild.sh.in | |
parent | 207b26fe0ccde43572ab53b0f139b90dab759d5a (diff) | |
download | pykolab-010097c742c20ed3b2f98ebc9bbe430a2eebf074.tar.gz |
Update rebuild.sh.in
Diffstat (limited to 'bin/rebuild.sh.in')
-rw-r--r-- | bin/rebuild.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rebuild.sh.in b/bin/rebuild.sh.in index 4e2510d..d154d1a 100644 --- a/bin/rebuild.sh.in +++ b/bin/rebuild.sh.in @@ -13,9 +13,10 @@ declare -a product_series declare -a answers declare -a tasks -dists[${#dists[@]}]='f16'; dist_tags[${#dist_tags[@]}]='fc16'; product_series[${#product_series[@]}]="3.0" +#dists[${#dists[@]}]='f16'; dist_tags[${#dist_tags[@]}]='fc16'; product_series[${#product_series[@]}]="3.0" dists[${#dists[@]}]='f17'; dist_tags[${#dist_tags[@]}]='fc17'; product_series[${#product_series[@]}]="3.0" dists[${#dists[@]}]='el6'; dist_tags[${#dist_tags[@]}]='el6'; product_series[${#product_series[@]}]="3.0" +dists[${#dists[@]}]='el6'; dist_tags[${#dist_tags[@]}]='el6'; product_series[${#product_series[@]}]="3.1" autoreconf -v && ./configure && make dist || exit 1 |