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


--
Mike Russo
ReadQ Systems, Inc.
(212) 425 3680 x105

Random quote of the last-time-I-ran-bash:
The idea of male and female are universal constants.
                -- Kirk, "Metamorphosis", stardate 3219.8



-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to