On Thu, 13 Oct 2005 10:36:57 -0400 Mike Russo <[EMAIL PROTECTED]> wrote:
Godsend... Cheers, John > David Seikel wrote: > > >An extremely robust and persistent cvs client that can handle > >constant cvs server problems and slowness. > > > > > This is my e17 gentoo build script that I created in order to handle > the constant sf.net cvs aborts: > > #!/bin/sh > > Ebuilds="eet dev-db/edb evas ecore embryo imlib2 edje epeg epsilon > esmart \ emotion engrave ewl e e_utils e_modules imlib2_loaders \ > entrance engage examine elicit elation entice equate \ > envision eclair enterminus" #evidence etox erss iconbar enotes > imlib2_tools > > if [ "$1" == "debug" ]; then > DEBUG="USE=\"$USE debug\" FEATURES=\"$FEATURES nostrip\"" > fi > set $Ebuilds > while [ $# != 0 ]; do > while !($DEBUG emerge $1); do > echo "" > echo "emerge $1 failed! Trying again in 10 seconds..." > sleep 10 > echo "" > done > shift > done > echo "" > echo "All done!" > exit 0 > > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users