WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] default xen "make world" again dependent on non-xenbits

To: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
Subject: RE: [Xen-devel] default xen "make world" again dependent on non-xenbits repositories and non-http protocol
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Wed, 7 Oct 2009 17:11:55 +0100
Cc: "Xen-Devel \(E-mail\)" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Delivery-date: Wed, 07 Oct 2009 09:12:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <b839d085-0a1c-46b1-ad89-3b00a9c730b2@default>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <b839d085-0a1c-46b1-ad89-3b00a9c730b2@default>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Wed, 7 Oct 2009, Dan Magenheimer wrote:
> > As far as I'm concerned we've made a conscious decision to make an
> > exception for git.kernel.org, which is after all a very high-profile
> > site that a lot of people depend on which ought not to be down very
> > often or for very long.
> 
> Understood, but the problem (in this case) is not the server
> but the protocol... I don't claim to understand this well, but
> I'm told that git isn't handled by standard proxies.
> 
> I believe there's an http hg mirror for the kernel but
> I don't know if it works for anything but the main branch.
> 
> Lacking any other solution, is there any easy way for "make world"
> to determine immediately if git.kernel.org is NOT accessible
> via the git protocol (or at least via something like "make check")?
> 
> OR as an absolute minimum the issue should be in the main README.
> 
> Yes, I know I should be able to work around this, but I am
> in part speaking up for all the newbies that would like to work
> on Xen but find "getting started" is too difficult.
> 

We could make everyone happy using git over http:

diff -r 6f63970032a3 buildconfigs/mk.linux-2.6-pvops
--- a/buildconfigs/mk.linux-2.6-pvops   Fri Oct 02 09:10:27 2009 +0100
+++ b/buildconfigs/mk.linux-2.6-pvops   Wed Oct 07 17:11:07 2009 +0100
@@ -5,7 +5,7 @@
 
 XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
 
-XEN_LINUX_GIT_URL ?= 
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+XEN_LINUX_GIT_URL ?= 
http://www.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
 XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master
 
 EXTRAVERSION ?=
diff -r 6f63970032a3 buildconfigs/mk.linux-2.6-tip-latest
--- a/buildconfigs/mk.linux-2.6-tip-latest      Fri Oct 02 09:10:27 2009 +0100
+++ b/buildconfigs/mk.linux-2.6-tip-latest      Wed Oct 07 17:11:07 2009 +0100
@@ -5,7 +5,7 @@
 
 XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
 
-XEN_LINUX_GIT_URL ?= 
git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
+XEN_LINUX_GIT_URL ?= 
http://www.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
 XEN_LINUX_GIT_REMOTEBRANCH ?= auto-latest
 
 EXTRAVERSION ?=

---

but the problem is that it seems to be broken for Jeremy's tree (the
others work fine).


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel