Re: cvs commit to debian-cd/tools by 93sam
Le Sat, Dec 21, 2002 at 04:42:55AM -0700, Debian Boot CVS Master écrivait: > Repository: debian-cd/tools > who:93sam > time: Sat Dec 21 04:42:55 MST 2002 > Log Message: > Added modified version of dpkg-scanpackages that can be told to only > take one architecture. Needed for the new version of update-cd. Hum... I'm quite sure that apt-ftparchive can be used for that purpose without the need for those two special scripts in debian-cd... if you could rework it to use "apt-ftparchive generate" I'd appreciate it. Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Patch for small cd images and producing them officially?
Le Thu, Dec 19, 2002 at 11:28:15PM +0100, Santiago Garcia Mantinan écrivait: > Hi! Hi ! > I've been working on a patch to make debian-cd be able to build small cd > images. I think this one does it. Great ! I applied it. > First of all, what do we want to build, the smaller ones 45 Mb right now, > or the installable from cd ones, 83 Mb. Both but we need to make them very distinct. Let's call the little one "Business Card CD" and the bigger one "NetInst CD". > The first one is that the packages depend on libc6, which causes libc6 > to go into the cds wich means at least more than 3 megs of unneeded > oversize, the packages depend on libc6 2.3.1 and we are putting on the cds > version 2.2.5. > > Second, there are some d-i udeb packages that won't be installed due to > missing dependencies, these missing depends are libparted1.6-0 and > libdebian-installer3 which are on sid but are not udebs on d-i repository. > The packages that depend on them and that don't go on the cd are: > anna, autopartkit, choose-mirror, ethdetect, main-menu, net-retriever, > netcfg-dhcp and netcfg-static. Both of thoses should be fixed with the hack that I committed together. I include udebs without checking dependencies, that means they won't be rejected because of missing dependencies but also that existing dependencies won't be included unless explicitely requested via the list of packages (provided by the TASK variable). I hope this won't cause unexpected problems. As usual I didn't yet test what I committed. Any feedback is welcome ... Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
CVS interface for debian-cd no more accessible
Hi, since we put debian-cd images on gluck (http://gluck.debian.org/debian-cd/) we can't access debian-cd CVS via http://cvs.debian.org/debian-cd/ (since cvs.debian.org is hosted on gluck too). I suggest to move the ISO images and all in /cdimage/ instead of /debian-cd/ or something like that ... any comment ? Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Alpha binary-2 jigdo error!
On Tue, Dec 24, 2002 at 08:55:00AM -0500, Wizard wrote: > I just tried to download the ISO image for the Alpha binary-2 CD from > http://us.cdimage.debian.org/jigdo-area/current/jigdo/alpha/ but I can't. > jigdo downloads the woody-alpha-2.template file, but then it stalls for > quite some time and finally errors with "File `' does not exist!". I had no > problem downloading the binary-1 ISO, so I am guessing that there may be a > problem with the template file. Hmm, I don't think so, but I'm not sure what the problem could be. I notice you use Windows - could you try starting jigdo-lite in a directory whose path does not contain any space characters? (i.e. outside of "My Files"!-) You do have the latest version, 0.6.8, don't you? > P.S.> Is there a listing somewhere of what ISOs/CDs have what packages? A .jigdo file is actually a plain text file which contains a list of packages for the respective CD. However, the file is compressed. I think that under Windows, if you change the .jigdo extension to .gz, WinZip will be able to decompress it. Cheers, Richard -- __ _ |_) /| Richard Atterer | CS student at the Technische | GnuPG key: | \/¯| http://atterer.net | Universität München, Germany | 0x888354F7 ¯ '` ¯ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: CVS interface for debian-cd no more accessible
> I suggest to move the ISO images and all in /cdimage/ instead of > /debian-cd/ or something like that ... any comment ? If /cdimage is not used on this or on other machine that may be holding cd production in the future, then there is no problem with me. Regards... -- Manty/BestiaTester -> http://manty.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: CVS interface for debian-cd no more accessible
On Thu, Dec 26, 2002 at 04:42:45PM +0100, Santiago Garcia Mantinan wrote: >> I suggest to move the ISO images and all in /cdimage/ instead of >> /debian-cd/ or something like that ... any comment ? > >If /cdimage is not used on this or on other machine that may be holding cd >production in the future, then there is no problem with me. Yup. Do it... -- Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED] Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Debian GNU/Linux 3.0r1 question about a r1 only cd.
Hi, Has anyone made a 3.0 "r1 update only" CD or are there good detail instructions somewhere? Thanks, Peter Peter Andrew Hanson E-MAIL: [EMAIL PROTECTED] . |___| -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
http://us.cdimage.debian.org/jigdo-area/current/jigdo/i386/
Don't these need to be updated to reflect the Woody refresh? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cvs commit to debian-cd/tools by 93sam
Le Sat, Dec 21, 2002 at 04:42:55AM -0700, Debian Boot CVS Master écrivait: > Repository: debian-cd/tools > who:93sam > time: Sat Dec 21 04:42:55 MST 2002 > Log Message: > Added modified version of dpkg-scanpackages that can be told to only > take one architecture. Needed for the new version of update-cd. Hum... I'm quite sure that apt-ftparchive can be used for that purpose without the need for those two special scripts in debian-cd... if you could rework it to use "apt-ftparchive generate" I'd appreciate it. Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com
Re: Patch for small cd images and producing them officially?
Le Thu, Dec 19, 2002 at 11:28:15PM +0100, Santiago Garcia Mantinan écrivait: > Hi! Hi ! > I've been working on a patch to make debian-cd be able to build small cd > images. I think this one does it. Great ! I applied it. > First of all, what do we want to build, the smaller ones 45 Mb right now, > or the installable from cd ones, 83 Mb. Both but we need to make them very distinct. Let's call the little one "Business Card CD" and the bigger one "NetInst CD". > The first one is that the packages depend on libc6, which causes libc6 > to go into the cds wich means at least more than 3 megs of unneeded > oversize, the packages depend on libc6 2.3.1 and we are putting on the cds > version 2.2.5. > > Second, there are some d-i udeb packages that won't be installed due to > missing dependencies, these missing depends are libparted1.6-0 and > libdebian-installer3 which are on sid but are not udebs on d-i repository. > The packages that depend on them and that don't go on the cd are: > anna, autopartkit, choose-mirror, ethdetect, main-menu, net-retriever, > netcfg-dhcp and netcfg-static. Both of thoses should be fixed with the hack that I committed together. I include udebs without checking dependencies, that means they won't be rejected because of missing dependencies but also that existing dependencies won't be included unless explicitely requested via the list of packages (provided by the TASK variable). I hope this won't cause unexpected problems. As usual I didn't yet test what I committed. Any feedback is welcome ... Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com
CVS interface for debian-cd no more accessible
Hi, since we put debian-cd images on gluck (http://gluck.debian.org/debian-cd/) we can't access debian-cd CVS via http://cvs.debian.org/debian-cd/ (since cvs.debian.org is hosted on gluck too). I suggest to move the ISO images and all in /cdimage/ instead of /debian-cd/ or something like that ... any comment ? Cheers, -- Raphaël Hertzog -+- http://www.ouaza.com Formation Linux et logiciel libre : http://www.logidee.com
Re: Alpha binary-2 jigdo error!
On Tue, Dec 24, 2002 at 08:55:00AM -0500, Wizard wrote: > I just tried to download the ISO image for the Alpha binary-2 CD from > http://us.cdimage.debian.org/jigdo-area/current/jigdo/alpha/ but I can't. > jigdo downloads the woody-alpha-2.template file, but then it stalls for > quite some time and finally errors with "File `' does not exist!". I had no > problem downloading the binary-1 ISO, so I am guessing that there may be a > problem with the template file. Hmm, I don't think so, but I'm not sure what the problem could be. I notice you use Windows - could you try starting jigdo-lite in a directory whose path does not contain any space characters? (i.e. outside of "My Files"!-) You do have the latest version, 0.6.8, don't you? > P.S.> Is there a listing somewhere of what ISOs/CDs have what packages? A .jigdo file is actually a plain text file which contains a list of packages for the respective CD. However, the file is compressed. I think that under Windows, if you change the .jigdo extension to .gz, WinZip will be able to decompress it. Cheers, Richard -- __ _ |_) /| Richard Atterer | CS student at the Technische | GnuPG key: | \/¯| http://atterer.net | Universität München, Germany | 0x888354F7 ¯ '` ¯
Re: CVS interface for debian-cd no more accessible
> I suggest to move the ISO images and all in /cdimage/ instead of > /debian-cd/ or something like that ... any comment ? If /cdimage is not used on this or on other machine that may be holding cd production in the future, then there is no problem with me. Regards... -- Manty/BestiaTester -> http://manty.net
Re: CVS interface for debian-cd no more accessible
On Thu, Dec 26, 2002 at 04:42:45PM +0100, Santiago Garcia Mantinan wrote: >> I suggest to move the ISO images and all in /cdimage/ instead of >> /debian-cd/ or something like that ... any comment ? > >If /cdimage is not used on this or on other machine that may be holding cd >production in the future, then there is no problem with me. Yup. Do it... -- Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED] Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/
Debian GNU/Linux 3.0r1 question about a r1 only cd.
Hi, Has anyone made a 3.0 "r1 update only" CD or are there good detail instructions somewhere? Thanks, Peter Peter Andrew Hanson E-MAIL: [EMAIL PROTECTED] . |___|