On Fri, 2015-09-25 at 13:35 +0100, Anthony PERARD wrote:

> > > [...]
> > > +  my $openstack_git_base = git_massage_url('git://git.openstack.org');
> > > [...]
> > > +GIT_BASE="$openstack_git_base"
> > 
> > Does this suggest that it might try and clone anything which it can't find
> > (i.e. which wasn't cloned by your list of clones), which would defeat the
> > purpose of controlling the trees.
> > 
> > If this auto-cloning is not desirable then perhaps GIT_BASE should be set
> > to some dummy value, "git://cache/this-shouldnt-exist" or some other bodge
> > perhaps?
> 
> devstack have ERROR_ON_CLONE=True which achieve the same purpose. I will
> remove the GIT_BASE cfg option.

This option will cause it to fail if it tries to clone any tree which
doesn't already exist when it is run? In which case that sounds like what
we want, yes


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to