[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: base*.tgz is gone, and why it's gone



Jason Gunthorpe wrote:
> > Updating both tarballs should essentially just require a run of
> > debootstrap on each arch.
> 
> I like this idea, but given the above quip how do we build the arch
> installed images?

Source: base-builder
Section: devel
Priority: extra
Build-Depends: debootstrap
Maintainer: not me

build:
	mkdir chroot
	debootstrap woody chroot
	tar czvf base.tar.gz chroot/*

binary:
	dpkg-distaddfile base.tar.gz devel extra
	...

Hm, given the troble pools have with only-source packages though, it
migh need to provide a dummy .deb to get into the archive. Yuck.

-- 
see shy jo



Reply to: