From 57d1740e24714ff35b146955fd0b0d4bcf975d8d Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 26 Jul 2012 10:35:37 +0100 Subject: xen: update xensource.com to xen.org This patch was constructed by grepping for xensource.com over the entire repository and eyeballing which ones were sensible to update. In addition, the xen-tools mailing list has been deprecated, so update xentop to refer to xen-devel instead. Signed-off-by: Andrew Cooper Acked-by: Ian Campbell Committed-by: Ian Campbell --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Config.mk') diff --git a/Config.mk b/Config.mk index 50e10e9b29..9670422deb 100644 --- a/Config.mk +++ b/Config.mk @@ -180,15 +180,15 @@ EMBEDDED_EXTRA_CFLAGS += -fno-exceptions XSM_ENABLE ?= n FLASK_ENABLE ?= $(XSM_ENABLE) -XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles +XEN_EXTFILES_URL=http://xenbits.xen.org/xen-extfiles # All the files at that location were downloaded from elsewhere on # the internet. The original download URL is preserved as a comment # near the place in the Xen Makefiles where the file is used. ifeq ($(GIT_HTTP),y) -QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git +QEMU_REMOTE=http://xenbits.xen.org/git-http/qemu-xen-unstable.git else -QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git +QEMU_REMOTE=git://xenbits.xen.org/qemu-xen-unstable.git endif ifeq ($(GIT_HTTP),y) -- cgit v1.2.3