From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: New 'hail' repository created, with major packaging rework Date: Mon, 05 Jul 2010 15:22:40 -0400 Message-ID: <4C323100.5020603@garzik.org> References: <4C2D8E48.6090902@garzik.org> <20100705131307.1c902878@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=6n1ARJL0vAxvCtSHoo1T2it5xgBfAjp+EQxSnK2X1nU=; b=Pyn6cubFYD5QW3GK79geQuSgiYIYxOc4M+N53Dh6E4k16Ojqzw1pjjp0K1kHesT7mI JXhwGfumJotMRVK2XiiSnhQ9NRAs14RjcQBoQD7tuVsth4hRCFIsjY7/HqrItmGD7qer 0Fg0lohNTG0vsLQzLLTm96eMYaHBLfk+wnCBw= In-Reply-To: <20100705131307.1c902878@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/05/2010 03:13 PM, Pete Zaitcev wrote: > On Fri, 02 Jul 2010 02:59:20 -0400 > Jeff Garzik wrote: > >> git://git.kernel.org/pub/scm/daemon/distsrv/hail.git > >> libhail is a single shared library binary, linking together cldc, ncld, >> libtimer, and chunkdc modules. In other words, libhail at present is a >> simplistic combination of cld/lib and chunkd/lib. > > [zaitcev@lembas hail-tip]$ ls lib include > include: > chunkc.h chunksrv.h cld-private.h Makefile ncld.h > chunk_msg.h cldc.h elist.h Makefile.am objcache.h > chunk-private.h cld_common.h hail_log.h Makefile.in > > lib: > chunkdc.c cldc-udp.c libhail.pc.in Makefile > chunksrv.c cld_msg_rpc.x libhail-uninstalled.pc Makefile.am > cldc.c common.c libhail-uninstalled.pc.in Makefile.in > cldc-dns.c libhail.pc libtimer.c pkt.c > [zaitcev@lembas hail-tip]$ grep httpstor lib/*.c > [zaitcev@lembas hail-tip]$ > > What has happened to the plan to include httpstor into libhail? Still planned, and can easily be done. Important first step was getting the foundation laid -- creating hail.git, and synchronizing hail.git and tabled.git, and associated RPM packaging. Moving libhttpstor is now a simple matter of simultaneous commits to hail.git and tabled.git, moving the code and updating build machinery. I can release a hail 0.7.1 and tabled 0.5.1 with this change, if you feel versioning and pushing out this libhttpstor change is highly important. (or you can do that yourself, doesn't make a difference to me) Jeff