From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: New 'hail' repository created, with major packaging rework Date: Wed, 07 Jul 2010 02:19:24 -0400 Message-ID: <4C341C6C.1030305@garzik.org> References: <4C2D8E48.6090902@garzik.org> <20100705131307.1c902878@lembas.zaitcev.lan> <4C323100.5020603@garzik.org> <20100706092452.1d6a5052@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=7671beKptolWqt9K1uJdSFXA8oZ5TK3X+b0kiCVTpHQ=; b=hpjlXpqqrmcCWi6pJ8wyBdM2/UJR2n8XPzCF7GDh2/w3SSHIB0/b7jh1WpK8796Fjm +A9Jc452VCgUaea54tHNUYx8tHntK28Bjr4GlPENbP6sO+4v2S0/I8IfsFvU8K7kdlWo +UuIweuNI2lnMnRxp+j1acUmWFL+mrPugSNwM= In-Reply-To: <20100706092452.1d6a5052@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail On 07/06/2010 11:24 AM, Pete Zaitcev wrote: > On Mon, 05 Jul 2010 15:22:40 -0400 > Jeff Garzik wrote: > >> Moving libhttpstor is now a simple matter of simultaneous commits to >> hail.git and tabled.git, moving the code and updating build machinery. > > BTW, I suggest we do it differently: rename the functions and > the struct httpstor as they are introduced in libhail (without > changing anything else, to prevent accidential regressions). > This way, tabled and our out-of-tree tests can continue to build > for a couple of days and smoothly switch over to new libraries. OK, just pushed the following out to hail.git. If people disagree with naming, now's the time to speak up. commit 5188f48dd3c73ce86f2bc453a326ee0bf40fd6db Author: Jeff Garzik Date: Wed Jul 7 02:16:28 2010 -0400 libhail: Import httpstor, httputil modules from tabled With the following transformations: s/req_/hreq_/ s/httpstor_/hstor_/ s//huri_/ s//hutil_/ Signed-off-by: Jeff Garzik