From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [OSSTEST PATCH 0/3] cs-bisection-step: Linky linky revision graph Date: Fri, 23 Oct 2015 17:41:04 +0100 Message-ID: <562A6320.9000106@citrix.com> References: <1445617891-25884-1-git-send-email-ian.jackson@eu.citrix.com> <22058.25014.218107.553685@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZpfPo-0007c9-7f for xen-devel@lists.xenproject.org; Fri, 23 Oct 2015 16:42:04 +0000 In-Reply-To: <22058.25014.218107.553685@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org, Ian Campbell List-Id: xen-devel@lists.xenproject.org On 23/10/15 17:35, Ian Jackson wrote: > Ian Jackson writes ("[OSSTEST PATCH 0/3] cs-bisection-step: Linky linky revision graph"): >> These three patches contrive to produce (in a rather ugly way) an SVG >> version of the revision graph in which the revisions and (most >> usefully) the flights are hyperlinks. > Example of the output: > > http://xenbits.xen.org/people/iwj/2015/bisection-svg/t.html > http://xenbits.xen.org/people/iwj/2015/bisection-svg/t.svg I get "The address wasn't understood" from my browser. It appears that it is using the git:// URLs e.g. git://xenbits.xen.org/linux-pvops.git#1230ae0e99e0 Shouldn't the HTTP links be used? ~Andrew