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

Re: another debian-user who inform you ...



On Sat, 13 Mar 1999, Tyson Dowd wrote:

>On 11-Mar-1999, Steve McIntyre <stevem@chiark.greenend.org.uk> wrote:
>>         vecho "Filling in binary-all links... $i"
>> -    for file in `cat $3/list/list$i | awk -v ARCH=$4 '{print $2; 
>REPL=sprintf("binary-%s/",ARCH);gsub(REPL,"binary-all/",$2); print $2}'`
>> +    for file in `cat $3/list/list$i | sed 's/frozen/slink/g' | awk -v 
>ARCH=$4 '{print $2; 
>REPL=sprintf("binary-%s/",ARCH);gsub(REPL,"binary-all/",$2); print $2}'`
>>      do
>>         if [ -f $file ] ; then
>>                 vvecho $file
>
>Is that last part right?  Shouldn't it be
>        sed 's/stable/slink/g'
>
>Since frozen is gone and slink is now stable.

You're right, of course. Although for some reason the Packages files
on my mirror still use frozen. I'm updating them now. And the best thing
to do is to catch either frozen _or_ stable in the above. Which I'll do
from now on, in 1.12 and above... 

-- 
Steve McIntyre, Allstor Software         smcintyr@allstor-sw.co..uk
		Oh My God! They Killed init! You Bastards!
"Can't keep my eyes from the circling sky,                 
"Tongue-tied & twisted, Just an earth-bound misfit, I..."  


Reply to: