Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 10:54:17 -0700
From:      Murray Stokely <murray@FreeBSD.org>
To:        GERARDO ENRIQUE PAREDES MANCIA <g.paredes@unitec.edu>
Cc:        freebsd-binup@FreeBSD.org, murray@FreeBSD.org
Subject:   Re: current state of the binup project
Message-ID:  <20021019105417.C69448@freebsdmall.com>
In-Reply-To: <200210190255.10557.g.paredes@unitec.edu>; from g.paredes@unitec.edu on Sat, Oct 19, 2002 at 02:55:10AM -0600
References:  <200210190255.10557.g.paredes@unitec.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 19, 2002 at 02:55:10AM -0600, GERARDO ENRIQUE PAREDES MANCIA wrote:
> I would like to know which is the current state of this project, if its still 
> being worked or is abandoned. 

  Waiting for enthusiastic people like yourself to come along and
revive it.  There is still a lot of interest in this functionality,
both in the form of an approach similar to the one we took, and in
completely different approaches.  This codebase is not actively being
worked on.

> I also have some doubts about what the components in the current codebase do, 
> for example, the current incarnation of updated only holds metadata for the 
> releases, profiles, files and such; my question is if updated is gonna 
> continue just being a meta-data server and the client will handle the actual 
> downloading and installing of the binary distributions using libfetch in the 
> same style that pkg_install(1) and friends do? If so, how are you going to 
> handle the binary packages? are they going to be the same chunks that the 
> distribution cd's hold?. 

  Well we dealt with the base system components first, so you could
install something like a "4.6-Web server" profile.  The profile
contains the meta-data you describe, and then sends the actual data to
the client with sendfile(2).  The binary packages could be sent over
the same mechanism.  We were not interested in changing the package
format, because other groups (i.e. libh / openpackages) are more
focussed on that.  We were focussed on updates, delivery, and breaking
up the base system into discrete components.

   - Murray

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-binup" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021019105417.C69448>