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
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe:
http://www.redhat.com/mailman/listinfo/fedora-test-list