[openstack-dev] [all][docs] Incorrect '/p' in Project Source URLs on docs.openstack.org/developer
Neil Jerram
Neil.Jerram at metaswitch.com
Fri Oct 16 13:10:41 UTC 2015
On 16/10/15 13:53, Christian Berendt wrote:
> On 10/16/2015 01:46 PM, Neil Jerram wrote:
>> I'd be happy to submit a fix for this, but I haven't yet found which
>> project generates this URL. Can someone advise?
> The developer documentations use the oslosphinx
> theme.(http://git.openstack.org/cgit/openstack/oslosphinx). The
> mentioned URL is generated in
> https://github.com/openstack/oslosphinx/blob/master/oslosphinx/__init__.py#L20-L36.
> Probably there is something wrong.
Well, it would appear that 'git config --local --get remote.origin.url'
on the docs build machine gives a URL whose path includes a leading /p.
But there isn't any /p in the Git URLs currently advertised on
https://git.openstack.org/cgit/. And URLs with /p added don't appear to
be valid. For example:
neil at nj-ubuntu:~/calico/networking-calico$ git ls-remote
git://git.openstack.org/openstack/ironic | head -15
5ca6e64e3387bce287e21ce8da3ed03f9537ae7e HEAD
7fea52b4d107efcd4ee1570870f6b6c1a7307c10 refs/changes/00/115300/1
52cfde5dbefdbe619784c3302ea21a198a48be8e refs/changes/00/115300/2
7c765279a4eb577d03dfa4e640d008331f67626a refs/changes/00/115300/3
11501290b3acdd27cce4eb6a3cea50354492aa95 refs/changes/00/115600/1
f77f01c97585175e2659960c82dc576609656d38 refs/changes/00/115600/10
34fa5519bd2923caa1b524942e3f30cb6eb85936 refs/changes/00/115600/11
b76ed28657b3dcd6bb322d565728ad485c95688a refs/changes/00/115600/2
34eca7eb274f54526e4e0cdb89cfeecffa75e8aa refs/changes/00/115600/3
c7f3b2591acc143c0fbb08ae9f7cf0fbc6d252cf refs/changes/00/115600/4
7589dd01adbb9a22f921c73da571038b1a662f2f refs/changes/00/115600/5
e03459f1d9ed1a8f0530acece486834fafc7fd35 refs/changes/00/115600/6
3e3ace091c6f813b3a074fe4b008a07b33b71bd2 refs/changes/00/115600/7
9f2516d4e13467a1a45eb4f33884c3cec1b21b44 refs/changes/00/115600/8
154a97bc36c0758448f2f104ca0eb53276bfda5f refs/changes/00/115600/9
neil at nj-ubuntu:~/calico/networking-calico$ git ls-remote
git://git.openstack.org/p/openstack/ironic
fatal: remote error: access denied or repository not exported:
/p/openstack/ironic
I'm afraid I'm stuck, then. Any thoughts?
Neil
More information about the OpenStack-dev
mailing list