Login  Register

ZeroConf: Download Specific Update

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

ZeroConf: Download Specific Update

Sean P. DeNigris
Administrator
5777 posts
Is there a way to get e.g. #40556 specifically?
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZeroConf: Download Specific Update

Peter Uhnak
2019 posts

On Fri, Mar 20, 2015 at 1:17 PM, Sean P. DeNigris <[hidden email]> wrote:
Is there a way to get e.g. #40556 specifically?



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/ZeroConf-Download-Specific-Update-tp4813583.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZeroConf: Download Specific Update

Marcus Denker-4
7582 posts
In reply to this post by Sean P. DeNigris

> On 20 Mar 2015, at 13:17, Sean P. DeNigris <[hidden email]> wrote:
>
> Is there a way to get e.g. #40556 specifically?
>
no

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZeroConf: Download Specific Update

Marcus Denker-4
7582 posts

On 20 Mar 2015, at 13:58, Marcus Denker <[hidden email]> wrote:


On 20 Mar 2015, at 13:17, Sean P. DeNigris <[hidden email]> wrote:

Is there a way to get e.g. #40556 specifically?

no

You can just 

1) use get to get the lates
2) do anither wget (or curl) to download the image you want from files.pharo.org
3) unzip and override the one downloaded in 1)

Marcus
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZeroConf: Download Specific Update

EstebanLM
6187 posts

On 20 Mar 2015, at 22:48, Marcus Denker <[hidden email]> wrote:


On 20 Mar 2015, at 13:58, Marcus Denker <[hidden email]> wrote:


On 20 Mar 2015, at 13:17, Sean P. DeNigris <[hidden email]> wrote:

Is there a way to get e.g. #40556 specifically?

no

You can just 

1) use get to get the lates
2) do anither wget (or curl) to download the image you want from files.pharo.org
3) unzip and override the one downloaded in 1)

this :)


Marcus