> +
> +JCLOUDS_VERSION=$1
> +JCLOUDS_VERSION_X=`echo $JCLOUDS_VERSION | cut -c 1-3 | awk '{print $1".x"}'`
> +
> +cd $TMPDIR
> +
> +for name in jclouds jclouds-labs-openstack; do
> + rm -rf ${name}
> + git clone https://github.com/jclouds/${name}.git
> + cd ${name}
> + git checkout ${JCLOUDS_VERSION_X}
> + git reset --hard ${name}-${JCLOUDS_VERSION}
> + cd ..
> +done
> +
> +apis="openstack-glance openstack-neutron openstack-swift openstack-marconi
> rackspace-autoscale rackspace-cloudfiles"
> This needs to be a highly curated list. Other labs repos should do the same.
OK, clear. A fixed list it is, then! ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/106/files#r13410191