Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AE6957819E9; Tue, 17 Mar 2020 09:05:08 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id CF26353605; Tue, 17 Mar 2020 09:05:07 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 00BAD53604; Tue, 17 Mar 2020 09:05:06 +0000 (UTC) Date: Tue, 17 Mar 2020 10:05:00 +0100 From: Natanael Copa To: Kevin Daudt Cc: Carlo Landmeter , ~alpine/devel@lists.alpinelinux.org, ~alpine/infra@lists.alpinelinux.org Subject: Re: Switching aports origin to GitLab Message-ID: <20200317100500.110eaae9@ncopa-desktop.copa.dup.pw> In-Reply-To: <20200316200559.GA1427755@alpha> References: <20200316200559.GA1427755@alpha> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 16 Mar 2020 21:05:59 +0100 Kevin Daudt wrote: > On Sun, Mar 15, 2020 at 04:53:39PM +0100, Carlo Landmeter wrote: > > Dear Developers, > > > > As Kevin pointed out few days ago [1] the Alpine Linux Infra team is going to > > switch the git origin of aports from our git.alpinelinux.org source to our > > GitLab instance. We are planning to do this on Monday the 16th of March 2020. > > This means that developers will need to update the remotes of their local > > aports repositories to the one from GitLab [2]. > > > > We are planning to keep git.alpinelinux.org as a mirror described in the issue > > on GitLab [3]. > > > > To update your remote you can follow the steps described in [4]. > > > > For questions or remark use this email or the issue as mentioned in [3]. > > > > > > Alpine Linux Infra team. > > > > > > 1. https://lists.alpinelinux.org/~alpine/devel/%3C20200303222506.GB1323425%40alpha%3E > > 2. git@gitlab.alpinelinux.org:alpine/aports.git > > 3. https://gitlab.alpinelinux.org/alpine/infra/infra/issues/10675 > > 4. https://stackoverflow.com/questions/2432764/how-to-change-the-uri-url-for-a-remote-git-repository > > Hello all, > > The switch has been made, so please update the remote you push to if you > have not done so yet to 'git@gitlab.alpinelinux.org/alpine/aports.git'. fatal: 'git@gitlab.alpinelinux.org/alpine/aports.git' does not appear to be a git repository fatal: Could not read from remote repository. But you don't need to fetch over ssh, so you can do: git remote set-url origin https://gitlab.alpinelinux.org/alpine/aports.git git remote set-url origin --push git@gitlab.alpinelinux.org:alpine/aports.git -nc