This was an older job that didn't get updated often, so when we added
the "6.5" builders, this job was neglected.
Update all the "6.3" references to "6.5" so we can drop the old "6.3"
buildslaves. EL 6.5 has been EOL for a while now and is no longer
receiving security updates.
# What are we building ?
target=$DIST
-if [ "$target" = "centos6.3" ] ; then target=el6 ; fi
+if [ "$target" = "centos6.5" ] ; then target=el6 ; fi
if [ "$target" = "centos7" ] ; then target=el7 ; fi
if [ "$target" = "fedora18" ] ; then target=fc18 ; fi
if [ "$target" = "fedora19" ] ; then target=fc19 ; fi
if [ "$target" = "fedora20" ] ; then target=fc20 ; fi
-if [ "$target" = "rhel6.3" ] ; then target=rhel6 ; fi
+if [ "$target" = "rhel6.5" ] ; then target=rhel6 ; fi
if [ "$target" = "sles11sp2" ] ; then target=sles11 ; fi
echo "Target directory is: $target"
type: label-expression
name: label_exp
values:
- - centos6.3
+ - centos6.5
- centos7
- - rhel6.3
+ - rhel6.5
- fedora20
- sles11sp2
- rhel7