A record number of breakages?

Michael Wiktowy mwiktowy at gmx.net
Fri Aug 19 18:32:40 UTC 2005


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




More information about the test mailing list