Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282050 - git.overlays: HTTP clone url does not work
Summary: git.overlays: HTTP clone url does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 21:41 UTC by Robert Buchholz (RETIRED)
Modified: 2010-03-15 15:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Buchholz (RETIRED) gentoo-dev 2009-08-19 21:41:06 UTC
gitweb lists a http clone url that does not work.

example on http://git.overlays.gentoo.org/gitweb/?p=proj/nxml-gentoo-schemas.git

--> http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git

the web view gives 403 (probably because indexing is not allowed?), but git clone also does not work:

git clone http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git
Initialized empty Git repository in /home/rbu/nxml-gentoo-schemas/.git/
fatal: http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git/info/refs not found: did you run git update-server-info on the server?

Interestingly, it works for (e.g.) the glsamaker overlay.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-03-15 15:11:12 UTC
works for me. Resolving at the moment, please reopen if needed.

%% git clone http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git
Initialized empty Git repository in /tmp/nxml-gentoo-schemas/.git/
Getting alternates list for http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git
Getting pack list for http://git.overlays.gentoo.org/gitroot/proj/nxml-gentoo-schemas.git
Getting index for pack 4f03e026a8ede14ace678d2f2e89a8362831f6e3
Getting pack 4f03e026a8ede14ace678d2f2e89a8362831f6e3
 which contains 308da349cc0088efaf1737ca68cf68bc7a23ec09
walk 308da349cc0088efaf1737ca68cf68bc7a23ec09
walk a4164c590a05e501a45206dc213bd7d44c28cdc4
walk f8e33ec0b2eb86f0da433843e9a2dbd44c410920
walk e85b5383b314ea8259de0e250e56f52ec44bd90e
walk 29a5225d52c0ea138050316f6cd9791a6f46099d
walk 90d7e45a75b2ce9bdf6024ffd0f5bd5766d75c7e
walk 618b6427ef242fa6b4a5515450c11665334b809f
walk 9437b089457e6c1d7f106f47a4afc85538a41eea
walk 7adb1d174391965e5b065d43a2c11a0f34680ad8
walk 7f4a45b5723807d5d7563f1a8a47b9d0ed300cdb
walk dcb4cee2daf3b669357773403b17c74ac3b4a75a
walk fa8dfe14d596320c25357ee8de7761b3a6a6b199
walk 1c3f2c4487822b1d9aa22412e26120ecde84eeec
walk c4e9ec4a7bab706d226ca3a253f31c28effeb13d
walk d0a782bb5e23a9013215658914354fe07a1d62f9
walk be267cac4a47cbe0a757e6bea95ba5199979e379
walk 04db2bb128ebb57024996d5e5b34c28baae9cdf4
walk 4ca267025b2d42bce72888b9b26985a46e123bb3
walk bf2470c1d0b66609dca7ce701634689380c43964
walk 1d0b426aaf644c8d855960d9b9fca4adf330692b
walk 923fc1e1fb2d6b7d15ecbf2dbc640a044cfd9f2b
walk c22ade27425059a4a3ea08cea3dfb2fcb0456afb
walk fb953092500af901e36070608d755bbe82c3b495
walk cab7ebbfd991541256cf421a5823f3b84e40321e
walk 70ffa1221d4303700e52b9b8138a8c36e2fd608c
walk 9380c10504f8770f58ff445932ae468ce89ef63f
%% echo $?
0