Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Camillo Bruni
On 2013-04-05, at 21:41, Tudor Girba wrote: > Great. > > This project is really nice: Its size is not large, but its impact is :). thanks :)

Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Tudor Girba
Great. This project is really nice: Its size is not large, but its impact is :). Cheers, Doru On Apr 5, 2013, at 9:14 PM, Camillo Bruni wrote: > ah true, we can add that, makes things a bit more clear :) > I will also add a custom #help and #htmlHelp variable so I can add more > information

Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Camillo Bruni
ah true, we can add that, makes things a bit more clear :) I will also add a custom #help and #htmlHelp variable so I can add more information for the entry script at http://get.pharo.org linking to all the other possible scripts on the server. On 2013-04-05, at 21:08, Andrei Vasile Chis wrote:

Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Andrei Vasile Chis
Another small remark. The current scripts are nice, but in the future if other people would like to create more zeroconf scripts for other project it might be useful to have something like the following: AbstractZeroConfBashScript ZeroConfImageScript PharoZeroConfImageScript

Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Camillo Bruni
On 2013-04-05, at 19:55, Andrei Vasile Chis wrote: > Hi Camillo, > > I've made some small modifications so I can also generate ZeroConf for > Moose. I just check the diff, looks nice, good work! I wonder what I wanted with the whole #combiningScript stuff :P seems strange now. > Also generat

Re: [Pharo-project] Generating the command line bash scripts

2013-04-05 Thread Andrei Vasile Chis
Hi Camillo, I've made some small modifications so I can also generate ZeroConf for Moose. Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder. Cheers, Andrei On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileand...@gmail.com> wrote: > Super.

Re: [Pharo-project] Generating the command line bash scripts

2013-04-04 Thread Andrei Vasile Chis
Super. Thanks a lot. Andrei On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni wrote: > It is all here: > > http://smalltalkhub.com/#!/~Pharo/ZeroConf > > I think I didn't create a configuration yet, but there are no external > dependencies anyway. > After install the latest package you can generate

Re: [Pharo-project] Generating the command line bash scripts

2013-04-04 Thread Camillo Bruni
It is all here: http://smalltalkhub.com/#!/~Pharo/ZeroConf I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this: ./pharo Pharo.Image zeroconf and you will get a bunch of scripts next

[Pharo-project] Generating the command line bash scripts

2013-04-04 Thread Andrei Vasile Chis
Hi Camillo, Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere? Cheers, Andrei