[hg] galaxy 3344: Merge.
details: http://www.bx.psu.edu/hg/galaxy/rev/e3af9317e829 changeset: 3344:e3af9317e829 user: jeremy goecks <jeremy.goecks@emory.edu> date: Fri Feb 05 15:29:22 2010 -0500 description: Merge. diffstat: buildbot_setup.sh | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 952795dbbe74 -r e3af9317e829 buildbot_setup.sh --- a/buildbot_setup.sh Fri Feb 05 15:29:01 2010 -0500 +++ b/buildbot_setup.sh Fri Feb 05 15:29:22 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="
participants (1)
-
Greg Von Kuster