details: http://www.bx.psu.edu/hg/galaxy/rev/30c0d321bcbd changeset: 3341:30c0d321bcbd user: Nate Coraor <nate@bx.psu.edu> date: Fri Feb 05 15:27:38 2010 -0500 description: Add path to OS X HYPHY for buildbot diffstat: buildbot_setup.sh | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 12789b4ba919 -r 30c0d321bcbd buildbot_setup.sh --- a/buildbot_setup.sh Fri Feb 05 14:25:38 2010 -0500 +++ b/buildbot_setup.sh Fri Feb 05 15:27:38 2010 -0500 @@ -10,6 +10,15 @@ kernel=`uname -r | cut -f1,2 -d.` HYPHY="/galaxy/software/linux$kernel-$HOSTTYPE/hyphy" ;; + darwin*) + this_minor=`uname -r | awk -F. '{print ($1-4)}'` + machine=`machine` + for minor in `jot - 3 $this_minor 1`; do + HYPHY="/galaxy/software/macosx10.$minor-$machine/hyphy" + [ -d "$HYPHY" ] && break + done + [ ! -d "$HYPHY" ] && unset HYPHY + ;; esac LINKS="