[IPython-dev] submodules over https

Aron Ahmadia aron at ahmadia.net
Thu May 2 06:55:19 EDT 2013


Hi Dave,

I just noticed that the submodule URLs are hardcoded instead of relative:

https://github.com/ipython/ipython/blob/master/.gitmodules#L3

Can you check that if you do a non-recursive checkout, then modify this
line in the top-level .gitmodule file from:

url = git://github.com/ipython/ipython-components.git

url = ../ipython-components.git

that everything works for you?

I'm not sure whether it's better to use relative URLs here, because it
assumes if you're working from a fork that you've forked all the
appropriate sub-repositories.

A


On Thu, May 2, 2013 at 11:42 AM, Dave Hirschfeld
<dave.hirschfeld at gmail.com>wrote:

> Dave Hirschfeld <dave.hirschfeld <at> gmail.com> writes:
>
> >
> > After all this it should hopefully work!
> >
> > HTH,
> > Dave
> >
>
> It seems there's a typo in setupbase.py
>
> https://github.com/ipython/ipython/blob/master/setupbase.py#L384
>
> I'm assuming that 'external' should in fact be 'components'
>
> With this change I can compile & run the latest IPython.
>
> HTH,
> Dave
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130502/30c0dba5/attachment-0001.html>


More information about the IPython-dev mailing list