[Pharo-project] Issue 3635 in pharo: [Hudson] reuse images downstream
Status: Accepted Owner: marcus.d...@gmail.com New issue 3635 by marcus.d...@gmail.com: [Hudson] reuse images downstream http://code.google.com/p/pharo/issues/detail?id=3635 Pharo Full should use the image created by Pharo core. Normally this should work, but it did not. Maybe because we use a build slave?
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
Comment #2 on issue 3635 by marcus.d...@gmail.com: [Hudson] reuse images downstream http://code.google.com/p/pharo/issues/detail?id=3635 There is a plugin to copy files to the slave. http://wiki.hudson-ci.org//display/HUDSON/Copy+To+Slave+Plugin Sady, our version of Hudson is to old for installing this.
Updates: Status: Closed Comment #3 on issue 3635 by marcus.d...@gmail.com: [Hudson] reuse images downstream http://code.google.com/p/pharo/issues/detail?id=3635 Now this is solved (using the same solution as already used for the Moose based projects) The latest Core is available as Core1.2, the latest Full as Full1.2 These are always the latest builds and can be used with builder just with -i Core1.2 I changed all Pharo builds to use this. We should check with Cyrille the other projects and unify.
participants (1)
-
pharo@googlecode.com