Re: [Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread Stephan Eggermont

On 09-07-15 09:47, Peter Uhnák wrote:

As I've been through this just a week ago...

1. register for CI https://ci.inria.fr/
2. request participation in pharo-contribution
3. _read documentation_
4. https://ci.inria.fr/pharo-contribution/job/JobTemplate/
(4b. get inspired by configuration of other projects if needed)


Easiest is mostly to find the job most similar to yours
and just copy that, changing the required configuration/version,
description, and emailadress.

Stephan




Re: [Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread Christophe Demarey

Le 9 juil. 2015 à 10:17, Stephan Eggermont a écrit :

 On 09-07-15 09:47, Peter Uhnák wrote:
 As I've been through this just a week ago...
 
 1. register for CI https://ci.inria.fr/
 2. request participation in pharo-contribution
 3. _read documentation_
 4. https://ci.inria.fr/pharo-contribution/job/JobTemplate/
 (4b. get inspired by configuration of other projects if needed)
 
 Easiest is mostly to find the job most similar to yours
 and just copy that, changing the required configuration/version,
 description, and emailadress.

yes, and if you do not need to run multiple configurations, do not use a matrix 
job but rather a free-style job

smime.p7s
Description: S/MIME cryptographic signature


Re: [Pharo-users] Meta repo for pharo 5.0 / pharo catalog

2015-07-09 Thread Esteban Lorenzano

 On 09 Jul 2015, at 13:16, Norbert Hartl norb...@hartl.name wrote:
 
 I just added the class side information to my metacello configuration in 
 order to have it displayed better in the pharo catalog. In the pharo catalog 
 it says that my package (mustache) has not been tagged for pharo 5.0. I don't 
 know how this information is derived. And I cannot see a meta repo for pharo 
 5.0 where I can put the configuration.
 
 Has this process changed. Are there any pointers I can get information about. 
 Thanks

no, it does not changed. 
is tagged for Pharo 5 if you commit it in MetaRepoForPharo50, that’s it. 
Now, update process happens once a day, at midnight… so if you put it just now 
you will need to wait until tomorrow :)

Esteban

 
 Norbert
 
 




[Pharo-users] Meta repo for pharo 5.0 / pharo catalog

2015-07-09 Thread Norbert Hartl
I just added the class side information to my metacello configuration in order 
to have it displayed better in the pharo catalog. In the pharo catalog it says 
that my package (mustache) has not been tagged for pharo 5.0. I don't know how 
this information is derived. And I cannot see a meta repo for pharo 5.0 where I 
can put the configuration.

Has this process changed. Are there any pointers I can get information about. 
Thanks

Norbert




Re: [Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread stepharo

register to the ci first

Le 9/7/15 08:26, Jigyasa Grover a écrit :

Hello All :)

I am a newbie in Pharo and have started to build my first application i.e.
an offline text search application namely *searchQuick* which returns the
list of file titles from the pre-loaded text files present in the resource
folder when a string is searched for.

You all are welcome to fork the code (https://github.com/jig08/sQuick_new) ,
try the infancy application and send in suggestions.

Further, I would like to request to put up my application on the CI
Automated Build server for Pharo.
Kindly guide me on how to go about it.

Regards
Jigyasa



--
View this message in context: 
http://forum.world.st/Request-to-put-up-my-under-development-application-for-automated-build-tp4836715.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.







Re: [Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread Peter Uhnák
As I've been through this just a week ago...

1. register for CI https://ci.inria.fr/
2. request participation in pharo-contribution
3. _read documentation_
4. https://ci.inria.fr/pharo-contribution/job/JobTemplate/
(4b. get inspired by configuration of other projects if needed)
5. ???
6. profit



On Thu, Jul 9, 2015 at 9:30 AM, stepharo steph...@free.fr wrote:

 register to the ci first

 Le 9/7/15 08:26, Jigyasa Grover a écrit :

  Hello All :)

 I am a newbie in Pharo and have started to build my first application i.e.
 an offline text search application namely *searchQuick* which returns the
 list of file titles from the pre-loaded text files present in the resource
 folder when a string is searched for.

 You all are welcome to fork the code (https://github.com/jig08/sQuick_new)
 ,
 try the infancy application and send in suggestions.

 Further, I would like to request to put up my application on the CI
 Automated Build server for Pharo.
 Kindly guide me on how to go about it.

 Regards
 Jigyasa



 --
 View this message in context:
 http://forum.world.st/Request-to-put-up-my-under-development-application-for-automated-build-tp4836715.html
 Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.







[Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread Jigyasa Grover
Hello All :) 

I am a newbie in Pharo and have started to build my first application i.e.
an offline text search application namely *searchQuick* which returns the
list of file titles from the pre-loaded text files present in the resource
folder when a string is searched for.

You all are welcome to fork the code (https://github.com/jig08/sQuick_new) ,
try the infancy application and send in suggestions. 

Further, I would like to request to put up my application on the CI
Automated Build server for Pharo. 
Kindly guide me on how to go about it.

Regards
Jigyasa



--
View this message in context: 
http://forum.world.st/Request-to-put-up-my-under-development-application-for-automated-build-tp4836715.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] Meta repo for pharo 5.0 / pharo catalog

2015-07-09 Thread Norbert Hartl

 Am 09.07.2015 um 13:20 schrieb Esteban Lorenzano esteba...@gmail.com:
 
 
 On 09 Jul 2015, at 13:16, Norbert Hartl norb...@hartl.name wrote:
 
 I just added the class side information to my metacello configuration in 
 order to have it displayed better in the pharo catalog. In the pharo catalog 
 it says that my package (mustache) has not been tagged for pharo 5.0. I 
 don't know how this information is derived. And I cannot see a meta repo for 
 pharo 5.0 where I can put the configuration.
 
 Has this process changed. Are there any pointers I can get information 
 about. Thanks
 
 no, it does not changed. 
 is tagged for Pharo 5 if you commit it in MetaRepoForPharo50, that’s it. 
 Now, update process happens once a day, at midnight… so if you put it just 
 now you will need to wait until tomorrow :)
 
Ah, ok, I didn't see the meta repo for 5.0. My fault!

thanks,

Norbert