Sam wrote: > I'm about to reformat and reinstall rubix (what used to be the > 'official' gump runs).
Seriously Awesome!! > Any suggestions? In particular, is the python version of gump nearly > ready for prime time? IMNSH(and darn biased ;-)O -- Heck Yes! I've truely broken the GUI in this objectification (sorry, shouldn't be hard to fix) but the nightly agent is very close to ready. I'll fix anything critical that comes up. I assume, we should hear from others, but other than some minor <mkdir issues w/ rsynch, and some small missing features (such as redistributable) I feel it is ready. I've been using Python 2.3 recently, just 'cos -- but also 'cos of the Python problems on dotnot.org. That said, Leo's runs nicely on Python 2.2.1, and Nick's/Mine on Python 2.2.2. So, whatever you feel is most stable I guess. Basically, to get it installed I: 1) rsynched the packages from a live Gump (I used Leo's). 2) checked out jakarta-gump 3) Created a local-env-py.sh in the root directory and filled it with stuff like: export ROOT=/data/gump export GUMP=$ROOT/jakarta-gump export GUMP_WS=$ROOT/ export GUMP_LOG_DIR=$ROOT/log export FORREST_HOME=/home/ajack/opt/forrest export PATH=$PATH:$FORREST_HOME/bin export JAVA_HOME=/opt/sunjdk export CLASSPATH=$JAVA_HOME/lib/tools.jar # A tad bogus, but gives u a compiler export PATH=$PATH:$JAVA_HOME/bin 4) Run gumpy.sh (or from cron) 0 2 * * * cd /data/gump/jakarta-gump; /bin/bash /data/gump/jakarta-gump/gumpy.sh regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
