is there an unique URL to the latest pharo core or dev release?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

is there an unique URL to the latest pharo core or dev release?

vonbecmann
Hi All,

   is there a unique URL to the latest pharo core or dev release?
   For example(it just an example to express my idea, it could be different),
   if i want the latest Pharo Core release, i would like to access the following URL
   www.pharo-project.org/PharoCore/latestRelease/
                                                                         |
                                                                          -> a Zip file with the latest release
 
  The same applies to Pharo Dev, it could be
  www.pharo-project.org/Pharo/latestRelease/
                                                                |
                                                                 -> a Zip file with the latest release

  Therefore, i could write a script to download the latest release when you announce a new one.
  The truth is that i am too lazy to access the web browser and navigate to the download page.
  Perhaps, i am missing something here.
  Could you help me?

thanks in advance

_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: is there an unique URL to the latest pharo core or dev release?

Lukas Renggli
Having such an URL would be great indeed.

Right now I always have to specify it manually as a parameter to the
root image in Hudson. With a constant URL Hudson could automatically
detect a new image and perform the complete build chain.

Lukas

On 8 August 2010 20:45, Bernardo Ezequiel Contreras
<[hidden email]> wrote:

> Hi All,
>
>    is there a unique URL to the latest pharo core or dev release?
>    For example(it just an example to express my idea, it could be
> different),
>    if i want the latest Pharo Core release, i would like to access the
> following URL
>    www.pharo-project.org/PharoCore/latestRelease/
>                                                                          |
>                                                                           ->
> a Zip file with the latest release
>
>   The same applies to Pharo Dev, it could be
>   www.pharo-project.org/Pharo/latestRelease/
>                                                                 |
>                                                                  -> a Zip
> file with the latest release
>
>   Therefore, i could write a script to download the latest release when you
> announce a new one.
>   The truth is that i am too lazy to access the web browser and navigate to
> the download page.
>   Perhaps, i am missing something here.
>   Could you help me?
>
> thanks in advance
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
>



--
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: is there an unique URL to the latest pharo core or dev release?

vonbecmann
my scenario is similar but different,
 
imagine im coding for fun at pharo and suddenly i found a MDNU or whatever ..., maybe a possible bug therefore i would like to
 * create a clean environment from the latest version
 * start that environment
 * then i could try to reproduce that possible bug.
 * if it exists then report it
 * otherwise, discard that environment

quick hack idea!: maybe i could build my own latest version path in my PC,..... maybe

Thanks

On Sun, Aug 8, 2010 at 5:50 PM, Lukas Renggli <[hidden email]> wrote:
Having such an URL would be great indeed.

Right now I always have to specify it manually as a parameter to the
root image in Hudson. With a constant URL Hudson could automatically
detect a new image and perform the complete build chain.

Lukas

On 8 August 2010 20:45, Bernardo Ezequiel Contreras
<[hidden email]> wrote:
> Hi All,
>
>    is there a unique URL to the latest pharo core or dev release?
>    For example(it just an example to express my idea, it could be
> different),
>    if i want the latest Pharo Core release, i would like to access the
> following URL
>    www.pharo-project.org/PharoCore/latestRelease/
>                                                                          |
>                                                                           ->
> a Zip file with the latest release
>
>   The same applies to Pharo Dev, it could be
>   www.pharo-project.org/Pharo/latestRelease/
>                                                                 |
>                                                                  -> a Zip
> file with the latest release
>
>   Therefore, i could write a script to download the latest release when you
> announce a new one.
>   The truth is that i am too lazy to access the web browser and navigate to
> the download page.
>   Perhaps, i am missing something here.
>   Could you help me?
>
> thanks in advance
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
>



--
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: is there an unique URL to the latest pharo core or dev release?

Stéphane Ducasse
In reply to this post by Lukas Renggli
We requested that for the inria forge.
Now the pharo-project web site should shield us from inria and provide such link.

Stef

On Aug 8, 2010, at 10:50 PM, Lukas Renggli wrote:

> Having such an URL would be great indeed.
>
> Right now I always have to specify it manually as a parameter to the
> root image in Hudson. With a constant URL Hudson could automatically
> detect a new image and perform the complete build chain.
>
> Lukas
>
> On 8 August 2010 20:45, Bernardo Ezequiel Contreras
> <[hidden email]> wrote:
>> Hi All,
>>
>>    is there a unique URL to the latest pharo core or dev release?
>>    For example(it just an example to express my idea, it could be
>> different),
>>    if i want the latest Pharo Core release, i would like to access the
>> following URL
>>    www.pharo-project.org/PharoCore/latestRelease/
>>                                                                          |
>>                                                                           ->
>> a Zip file with the latest release
>>
>>   The same applies to Pharo Dev, it could be
>>   www.pharo-project.org/Pharo/latestRelease/
>>                                                                 |
>>                                                                  -> a Zip
>> file with the latest release
>>
>>   Therefore, i could write a script to download the latest release when you
>> announce a new one.
>>   The truth is that i am too lazy to access the web browser and navigate to
>> the download page.
>>   Perhaps, i am missing something here.
>>   Could you help me?
>>
>> thanks in advance
>>
>> _______________________________________________
>> Pharo-users mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>>
>>
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: is there an unique URL to the latest pharo core or dev release?

Sean P. DeNigris
Administrator
In reply to this post by vonbecmann