diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-06 10:33:21 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-06-06 10:33:21 +0200 |
commit | bea20f84bd84ff4ee3f295261230cddaf084810d (patch) | |
tree | 7f8937946869bac8c329184967e70f53aa190255 /bin | |
parent | b22708eb2cc9c5acbddaa78cfae79e8882dd6d93 (diff) | |
download | pykolab-bea20f84bd84ff4ee3f295261230cddaf084810d.tar.gz |
Remove the dists and kolab product series 0.4 is not going to be released forpykolab-0.4.12
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rebuild.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rebuild.sh.in b/bin/rebuild.sh.in index 1e35ce0..22bbcb2 100644 --- a/bin/rebuild.sh.in +++ b/bin/rebuild.sh.in @@ -13,11 +13,11 @@ 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[@]}]='f17'; dist_tags[${#dist_tags[@]}]='fc17'; product_series[${#product_series[@]}]="3.0" -dists[${#dists[@]}]='el5'; dist_tags[${#dist_tags[@]}]='el5'; product_series[${#product_series[@]}]="2.4" +#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[@]}]='el5'; dist_tags[${#dist_tags[@]}]='el5'; product_series[${#product_series[@]}]="2.4" dists[${#dists[@]}]='el6'; dist_tags[${#dist_tags[@]}]='el6'; product_series[${#product_series[@]}]="2.4" -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.0" autoreconf -v && ./configure && make dist || exit 1 |