Re: debian-cd and security mirror (patch)

2002-07-11 Thread Petter Reinholdtsen
[Tollef Fog Heen] > I'll commit it once you've tested it. I've tested the resulting CD it using bochs, and it seem to work just fine. :-) Here is the relevant patch for the SECURITY option. I'm not sure if the change to tools/mirror_check is required, as I have never tried without it. It work

Re: debian-cd and security mirror

2002-07-10 Thread Tollef Fog Heen
* Petter Reinholdtsen | BTW: No one seem to be commiting my patches to the debian-cd CVS. Why | is this? It would be nice if my version of debian-cd was closer to | the official one, and that the official one had more of my bugfixes. I'll commit it once you've tested it. -- Tollef Fog H

Re: debian-cd and security mirror

2002-07-10 Thread Petter Reinholdtsen
[Carlos Barros] > Yes it is. I built the images but didn't test them. The security section was > included but I don't know if the apt-cdrom recognice it. It didn't, because the packages are not mentioned in the Packages file. I believe this patch fixes the problem. I checked that the updated p

Re: debian-cd and security mirror

2002-07-04 Thread Carlos Barros
On Thu, Jun 27, 2002 at 07:53:22PM +0200, Petter Reinholdtsen wrote: > [Carlos Barros] > > $file = ( -e "$mirror/$filename" ) ? "$mirror/$filename" : > > (-e "$nonus/$filename") ? "$nonus/$filename" : > > "$security/$filename"; > > Will this make the build

Re: debian-cd and security mirror

2002-06-27 Thread Petter Reinholdtsen
[Carlos Barros] > Then change: > > $file = ( -e "$mirror/$filename" ) ? "$mirror/$filename" : > "$nonus/$filename"; > to: > > $file = ( -e "$mirror/$filename" ) ? "$mirror/$filename" : > (-e "$nonus/$filename") ? "$nonus/$filename" : >

Re: debian-cd and security mirror

2002-06-25 Thread Carlos Barros
On Tue, Jun 25, 2002 at 04:20:35PM +0200, Petter Reinholdtsen wrote: > [Carlos Barros] > > Looking into the cvs version, I found a couple of mentions of the > > security. I did export SECURITY and then, mirror_check failed. I > > change some lines in mirror_check and now Im running again... > >

Re: debian-cd and security mirror

2002-06-25 Thread Raphael Hertzog
Le Tue, Jun 25, 2002 at 05:59:42PM +0200, Wichert Akkerman écrivait: > What does debian-cd use the security mirror for? You might want to know > that the structure for security.debian.org for woody is now very > different (it uses package pools now). It doesn't matter. debian-cd uses apt as an in

Re: debian-cd and security mirror

2002-06-25 Thread Wichert Akkerman
Previously Raphael Hertzog wrote: > Yes. I asked Anne Bezemer (who patched debian-cd to support that) to > document it but he never did it. > > export SECURITY=/mirror/security.debian.org What does debian-cd use the security mirror for? You might want to know that the structure for security.debi

Re: debian-cd and security mirror

2002-06-25 Thread Raphael Hertzog
Le Tue, Jun 25, 2002 at 04:20:35PM +0200, Petter Reinholdtsen écrivait: > [Carlos Barros] > > Looking into the cvs version, I found a couple of mentions of the > > security. I did export SECURITY and then, mirror_check failed. I > > change some lines in mirror_check and now Im running again... >

Re: debian-cd and security mirror

2002-06-25 Thread Petter Reinholdtsen
[Carlos Barros] > Looking into the cvs version, I found a couple of mentions of the > security. I did export SECURITY and then, mirror_check failed. I > change some lines in mirror_check and now Im running again... I'm unable to find documentation on how to use the SECURITY option. What exactly

debian-cd and security mirror

2002-06-24 Thread Carlos Barros
Hello! Looking into the cvs version, I found a couple of mentions of the security. I did export SECURITY and then, mirror_check failed. I change some lines in mirror_check and now Im running again... BTW Is there some more bits to take care about? -- Carlos Barros. -- To UNSUBSCRI