> +
> +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"

Not really. We need to be very explicit about what were bringing in. There may 
be apis/providers in the repo that might not even be in working condition. This 
needs to be a highly curated list. Other labs repos should do the same.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/106/files#r13405079

Reply via email to