[CLUE-Tech] Fw: recursive up2date script

Angelo Bertolli angelo at freeshell.org
Wed Jan 21 19:48:24 MST 2004


Alternatively, you can just use the more superior APT with Fedora at 
apt.freshrpms.net

David Willson wrote:

>For those of you having trouble running up2date on your Fedora boxen, due to
>GPG errors in the download:  You may have noticed that up2date resumes where
>it left off, so persistence does, in this case, pay off.  I wrote a little
>script that basically says: update the box, if you failed, start over.
>
>Yes, I know it's too simple for clue-tech, but I'll be ~someone~ out there
>can use it.
>
>----- Script ----- 
>
>#!/bin/bash
># I should do something to limit the number of tries.
># Update the box entirely.
>up2date --update --force
># If the exit status is not 0, call this script again.
>[ ! $? -eq 0 ] && $0
>
>_______________________________________________
>CLUE-Tech mailing list
>Post messages to: CLUE-Tech at clue.denver.co.us
>Unsubscribe or manage your options: http://clue.denver.co.us/mailman/listinfo/clue-tech
>
>
>  
>




More information about the clue-tech mailing list