From praveen at onenetbeyond.org Mon Jun 4 15:58:29 2018 From: praveen at onenetbeyond.org (Pirate Praveen) Date: Mon, 4 Jun 2018 20:28:29 +0530 Subject: [Alioth-staff-replacement] Cannot clone repository from alioth-archive.d.o In-Reply-To: References: Message-ID: On Sunday 03 June 2018 03:11 AM, Michael Stapelberg wrote: > I tried the following: > > % GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone > https://alioth-archive.debian.org/git/pkg-freeradius/freeradius.git > […] >> GET > /git/pkg-freeradius/freeradius.git/info/refs?service=git-upload-pack > HTTP/1.1 > […] > < HTTP/1.1 404 Not Found > > Am I doing something wrong? Is there another way to access the git repos > in the archive? You can clone with --bare option git clone --bare https://alioth-archive.debian.org/git/pkg-freeradius/freeradius.git mkdir tmp; cd tmp gbp clone --pristine-tar ../freeradius.git (you may need to use tracking branches for all branches) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From formorer at formorer.de Mon Jun 4 16:41:49 2018 From: formorer at formorer.de (Alexander Wirt) Date: Mon, 4 Jun 2018 17:41:49 +0200 Subject: [Alioth-staff-replacement] Cannot clone repository from alioth-archive.d.o In-Reply-To: References: Message-ID: <20180604154149.GA8326@smithers.snow-crash.org> On Mon, 04 Jun 2018, Pirate Praveen wrote: > On Sunday 03 June 2018 03:11 AM, Michael Stapelberg wrote: > > I tried the following: > > > > % GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone > > https://alioth-archive.debian.org/git/pkg-freeradius/freeradius.git > > […] > >> GET > > /git/pkg-freeradius/freeradius.git/info/refs?service=git-upload-pack > > HTTP/1.1 > > […] > > < HTTP/1.1 404 Not Found > > > > Am I doing something wrong? Is there another way to access the git repos > > in the archive? > > You can clone with --bare option Don't recommend it. those directory will go away as soon as the tarring is done. Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: