Re: gitlab migration (including account update plans, please read)

2018-07-29 Thread Alan Coopersmith
On 07/29/18 01:49 PM, Daniel Stone wrote: Not wrong as such, just moved. These are the modules which (as requested) changed relative path during the migration: xorg/app/bdftopcf -> xorg/util/bdftopcf xorg/app/rendercheck -> xorg/test/rendercheck xorg/app/x11perf -> xorg/test/x11perf

Re: gitlab migration (including account update plans, please read)

2018-07-29 Thread Daniel Stone
Hi Alan, On Sun, 29 Jul 2018 at 16:53, Alan Coopersmith wrote: > On 07/29/18 03:07 AM, Daniel Stone wrote: > > This took a little longer than hoped, but all the repos have now been moved. > > Huge thanks for doing this. > > I updated all my local clones with: > > git remote set-url origin `git

Re: gitlab migration (including account update plans, please read)

2018-07-29 Thread Alan Coopersmith
On 07/29/18 03:07 AM, Daniel Stone wrote: Hi, On Mon, 23 Jul 2018 at 16:24, Adam Jackson wrote: My earlier assertion about the git url not being changed is only true for pulls. For pushes, you will indeed need to update the remote to the new URL: $ git remote set-url origin

Re: gitlab migration (including account update plans, please read)

2018-07-29 Thread Daniel Stone
Hi, On Mon, 23 Jul 2018 at 16:24, Adam Jackson wrote: > My earlier assertion about the git url not being changed is only true > for pulls. For pushes, you will indeed need to update the remote to the > new URL: > > $ git remote set-url origin ssh://g...@gitlab.freedesktop.org/xorg/xserver > >