Re: common udpkg and uapt-get functionality

2000-11-28 Thread Anthony Towns
On Tue, Nov 28, 2000 at 03:01:29PM -0800, Joey Hess wrote: > Anthony Towns wrote: > > If all the udebs that you might ever want are already unpacked, you only > > need to write to the debconf database (the answers to any questions need > > to be stored for backtracking), the udpkg database (so you

Re: common udpkg and uapt-get functionality

2000-11-28 Thread Joey Hess
Anthony Towns wrote: > (Some comments, take them how you like) It's more or less what I've been thinking about. > main-menu has (aiui) a list of all .udebs installed. The .udebs start > off unpacked but not configured in general, they only get configured > when the user selects a menu item, and

Re: common udpkg and uapt-get functionality

2000-11-28 Thread Glenn McGrath
Anthony Towns wrote: > > On Tue, Nov 28, 2000 at 03:39:23PM +1100, Glenn McGrath wrote: > > Not as easy as it should be, i thought another goal was going to be > > elimination of base.tar.gz, but we arent allowed to use normal debs to > > build the base, > > I thought this too, but it's wrong. b

Re: common udpkg and uapt-get functionality

2000-11-28 Thread Glenn McGrath
Anthony Towns wrote: > > On Mon, Nov 27, 2000 at 07:55:59PM -0800, Joey Hess wrote: > > (Some comments, take them how you like) > > > We need a retreiver controller, but it does *not* need to look like apt. > > I'm mostly concerned that we don't know how the retreiver controller is > > supposed

Re: common udpkg and uapt-get functionality

2000-11-28 Thread Anthony Towns
On Tue, Nov 28, 2000 at 03:39:23PM +1100, Glenn McGrath wrote: > Not as easy as it should be, i thought another goal was going to be > elimination of base.tar.gz, but we arent allowed to use normal debs to > build the base, I thought this too, but it's wrong. base.tgz is made up from real debs, .

Re: common udpkg and uapt-get functionality

2000-11-28 Thread Anthony Towns
On Mon, Nov 27, 2000 at 07:55:59PM -0800, Joey Hess wrote: (Some comments, take them how you like) > We need a retreiver controller, but it does *not* need to look like apt. > I'm mostly concerned that we don't know how the retreiver controller is > supposed to work. Ok, it can download debs and

Re: common udpkg and uapt-get functionality

2000-11-27 Thread Glenn McGrath
Joey Hess wrote: > > Glenn McGrath wrote: > > The way i see it, a key feature of the new installer is that packaging > > is much more tightly integrated. > > > > There are really 3 levels of abstraction for package managment(ignoring > > debconf), dpkg-deb, dpkg, and apt-get. > > My view is that

Re: common udpkg and uapt-get functionality

2000-11-27 Thread Joey Hess
Glenn McGrath wrote: > The way i see it, a key feature of the new installer is that packaging > is much more tightly integrated. > > There are really 3 levels of abstraction for package managment(ignoring > debconf), dpkg-deb, dpkg, and apt-get. My view is that these three levels are essentially

Re: common udpkg and uapt-get functionality

2000-11-27 Thread Glenn McGrath
Randolph Chung wrote: > > > Ive been working on a uapt-get. > > > > Currently status is that it can process //etc/apt/source.list and fetch > > the Packages.gz and Source.gz files by calling wget, then to merge the > > package files i am calling "dpkg --merge-avail " to > > generate a correct //v

Re: common udpkg and uapt-get functionality

2000-11-27 Thread Randolph Chung
> Ive been working on a uapt-get. > > Currently status is that it can process //etc/apt/source.list and fetch > the Packages.gz and Source.gz files by calling wget, then to merge the > package files i am calling "dpkg --merge-avail " to > generate a correct //var/lib/dpkg/available file. Glenn,

common udpkg and uapt-get functionality

2000-11-26 Thread Glenn McGrath
Ive been working on a uapt-get. Currently status is that it can process //etc/apt/source.list and fetch the Packages.gz and Source.gz files by calling wget, then to merge the package files i am calling "dpkg --merge-avail " to generate a correct //var/lib/dpkg/available file. To do the equivvale