On 20 November 2017 at 14:22, Stefan Hajnoczi <stefa...@redhat.com> wrote: > The owner of qemu.org has delegated authority to modify DNS records to > the QEMU Project. This has allowed us to use the domain name without > worries about IP address changes or technical issues disrupting service. > The issues described in commit 859389810910f232188675d2f10b15f1aad77660 > ("Use qemu-project.org domain name") have therefore been mitigated. > > This patch switches back to consistently using qemu.org instead of > qemu-project.org. > > Note that git-submodule(1) does not detect URL changes. The following > commands clean up all submodules to ensure you will use the latest URLs: > > $ git submodule deinit . # you'll be warned if you have local changes > $ rm -rf .git/modules # also clear cached .git/ directories
Are we really sure we want to do this in the middle of a release? I'd be rather happier if we fixed the documentation now and saved messing around with .gitmodules until afterwards... thanks -- PMM