summaryrefslogtreecommitdiff
path: root/scripts/get_maintainer.pl
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2017-11-21 12:04:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-11-21 13:34:13 +0000
commit1b3bbc68872be5b618811db9dae611373c49f823 (patch)
tree83d6d9b991e538ba89166da28f3780c674a2a34b /scripts/get_maintainer.pl
parentd0dead3b6df7f6cd970ed02e8369ab8730aac9d3 (diff)
Use qemu.org domain name
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 in documentation, version.rc, and the Windows installer script. The git submodules and SeaBIOS still use qemu-project.org for the time being. This will be fixed in the QEMU 2.12 release cycle. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20171121120435.28728-2-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/get_maintainer.pl')
-rwxr-xr-xscripts/get_maintainer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 711a9a6bd0..07369aa8ea 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -1376,7 +1376,7 @@ sub vcs_exists {
warn("$P: No supported VCS found. Add --nogit to options?\n");
warn("Using a git repository produces better results.\n");
warn("Try latest git repository using:\n");
- warn("git clone git://git.qemu-project.org/qemu.git\n");
+ warn("git clone git://git.qemu.org/qemu.git\n");
$printed_novcs = 1;
}
return 0;