A record number of breakages?

Jim Cornette fct-cornette at insight.rr.com
Tue Aug 23 00:21:24 UTC 2005


Michael Wiktowy wrote:
> Michael Wiktowy wrote:
> 
> 
>>Specifically I run a script like:
>>
>>#!/bin/sh
>>for i in `yum list updates |cut -f 1 -d " " |grep -A 500 -e Updates |\
>>grep -v -e Updates` ; do
>>       echo "Updating $i"
>>       yum -y update $i
>>done
>> 
>>
> 
> 
> Ooops ... replace "Updates" with "Updated" ... or whatever comes before
> the list of updates in FC4 yum.
> 
> /Mike
> 

Thanks for the script. Rght now, yum is successfully pulling in all 
packages without conflicts. If this approach works when conflicts exist, 
my cut and pasting days are over.

Jim




More information about the fedora-test-list mailing list