On 2013-04-02, at 10:38, Norbert Hartl <norb...@hartl.name> wrote: > Very good Cami. I have two remarks. If it should be short I think that > > curl -sL get.pharo.org | bash > > is shorter than > > wget --quiet -O - get.pharo.org | bash
yes definitely! though it seems that I cannot properly install curl under mingw :P otherwise it is definitely nicer ;) > If I see it correct the script is used for CI but as there is a get.pharo.org > host I assume it is supposed to be an easy entry point for all kind of users, > right? yes > If this is true I find it somewhat strange to have a > download-all-in-one-and-cozy-script that downloads everything needed but to > start it I have still to provide the image myself to the shell scripts. So I > added this to the script humm the thing is, that I usually rename the image on jenkins. So for my common use-case it is somehow not needed. But I see that it would convey more to the all-in-one zeroconf idea ;) > # parse vm options and image > for arg in "$@" > do > if [[ $arg == -* ]]; > then > VMOPTIONS="$VMOPTIONS $arg" > shift > else > break > fi > done > IMAGE=$1 > shift > # if no image has been provided use the installed one > if [ -z "$IMAGE" ]; > then > IMAGE=$DIR/Pharo.image > fi > > which uses the downloaded image in case nothing has been specified on the > commandline. > > Hope you like it. Usually I would extract the same portion of both scripts to > an extra file but then there is the trade-off to have one more file in the > download. I'll attach a version of vm-ui.sh for you to try. If you need help > I'm happy to chime in for this. I am bit tired so might make mistakes ;). Currently I generate the scripts from the files present here: http://smalltalkhub.com/#!/~Pharo/ZeroConf There are nice smalltalk classes that generate all the scripts and hence duplication is not really an issue :). I like your idea, though I have to think about the side-effects a bit. Maybe later today ;), but I'll look into it > thanks for the effort, > > Norbert > > <vm-ui.sh> > > Am 02.04.2013 um 09:15 schrieb Camillo Bruni <camillobr...@gmail.com>: > >> we're back up, shinier than ever ;) >> >> check http://get.pharo.org ;) >> >> now you can use: >> wget --quiet -O - get.pharo.org | bash >> for the current stable release of Pharo and the PharoVM. >> >> On 2013-04-01, at 22:52, Tudor Girba <tu...@tudorgirba.com> wrote: >>> No stress. In the worst case you can fix it tomorrow during the tutorial :). >>> >>> Doru >>> >>> >>> On Apr 1, 2013, at 10:26 PM, Camillo Bruni <camillobr...@gmail.com> wrote: >>> >>>> >>>> On 2013-04-01, at 22:09, "Sean P. DeNigris" <s...@clipperadams.com> wrote: >>>> >>>>> Tudor Girba-2 wrote >>>>>> Could it have something to do with the latest optimizations of Camillo? >>>>> >>>>> Probably... Cami breaks everything :-P >>>> >>>> dammit, I wanted to silently add the new zeroconf scripts >>>> obviously something went horribly wrong there, sorry guys.. working on it! >>>> >>> >>> -- >>> www.tudorgirba.com >>> >>> "What is more important: To be happy, or to make happy?" >>> >>> >> >> >