Feb. 1, 2011
1:07 p.m.
Comment #1 on issue 3635 by marcus.d...@gmail.com: [Hudson] reuse images downstream http://code.google.com/p/pharo/issues/detail?id=3635 It seems the last successful build are not availale on the build slave the script searches for them in some /lastSuccessful/ directory: elif [ -n "$WORKSPACE" ] ; then INPUT_IMAGE=`find -L "$WORKSPACE/../.." -name "$OPTARG.image" | grep "/lastSuccessful/" | head -n 1` fi