Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030257AbVJ1RFy (ORCPT ); Fri, 28 Oct 2005 13:05:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030258AbVJ1RFy (ORCPT ); Fri, 28 Oct 2005 13:05:54 -0400 Received: from waste.org ([216.27.176.166]:17868 "EHLO waste.org") by vger.kernel.org with ESMTP id S1030257AbVJ1RFx (ORCPT ); Fri, 28 Oct 2005 13:05:53 -0400 Date: Fri, 28 Oct 2005 10:00:31 -0700 From: Matt Mackall To: Steven Rostedt Cc: Esben Nielsen , Michal Schmidt , linux-kernel@vger.kernel.org Subject: Re: [ketchup] patch to alt urls for local trees Message-ID: <20051028170030.GA4367@waste.org> References: <20051017213915.GN26160@waste.org> <20051018063031.GR26160@waste.org> <20051018072927.GU26160@waste.org> <1130504043.9574.56.camel@localhost.localdomain> <1130506546.9574.62.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1130506546.9574.62.camel@localhost.localdomain> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 33 On Fri, Oct 28, 2005 at 09:35:46AM -0400, Steven Rostedt wrote: > Hi Matt, > > Here's another patch. This one allows for local alternative url paths. > As you know, I use ketchup for Thomas Gleixner's ktimers. He also > stores his archives differently than everyone else. So I have as > my .ketchuprc the following. > > local_trees = { > '2.6-kt': (latest_dir, > "http://www.tglx.de/projects/ktimers/patch-%(full)s.patch", > r'patch-(2.6.*?)', > 0, "Thomas Gleixner's ktimers."), > '2.6-kthrt': (latest_dir, > "http://www.tglx.de/projects/ktimers/patch-%(full)s.patch", > r'patch-(2.6.*?)', > 0, "Thomas Gleixner's ktimers and HRT patches.") > } > > local_alturls = { > '/ktimers/' : "/ktimers/archive/" > } Hmm. I think I'd prefer to generalize this by adding another field to the tree array. Care to take a stab at it? -- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/