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... > > I'm unable to find documentation on how to use the SECURITY option. > What exactly did you do? Do you need a local copy of > security.debian.org?
Well, doing some grep's I found The environment variable "SECURITY", set it up to point to the local mirror (/debian/debian-security) and build_all.sh But in mirror_check I did this: I did add this line: my $security = shift || $ENV{'SECURITY'}; Then change: $file = ( -e "$mirror/$filename" ) ? "$mirror/$filename" : "$nonus/$filename"; to: $file = ( -e "$mirror/$filename" ) ? "$mirror/$filename" : (-e "$nonus/$filename") ? "$nonus/$filename" : "$security/$filename"; Then the build did everything. Do you know if boot-floppies recognize the security section from the CD's? -- Carlos Barros. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]