Deploying without .changes and .sources files

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

Deploying without .changes and .sources files

Damien Cassou
Hi,

Norbert asked about the possibility to deploy a pharo image without
.changes and .sources files

http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files

Could people participate to the discussion there? I think it is important.


--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Sven Van Caekenberghe-2
SmalltalkImage
        checkSourcesFileAvailability: false;
        checkChangesFileAvailability: false.

And then save the image.

On 07 Feb 2013, at 09:59, Damien Cassou <[hidden email]> wrote:

> Hi,
>
> Norbert asked about the possibility to deploy a pharo image without
> .changes and .sources files
>
> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>
> Could people participate to the discussion there? I think it is important.
>
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Success is the ability to go from one failure to another without
> losing enthusiasm."
> Winston Churchill
>


Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Marcus Denker-4
In reply to this post by Damien Cassou

On Feb 7, 2013, at 10:00 AM, Damien Cassou <[hidden email]> wrote:

> Hi,
>
> Norbert asked about the possibility to deploy a pharo image without
> .changes and .sources files
>
> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>
> Could people participate to the discussion there? I think it is important.
>

Stackoverflow is just one channel to much for me… I need to controll how this or I will do nothing but
just read and filter.

        Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

NorbertHartl

Am 07.02.2013 um 10:08 schrieb Marcus Denker <[hidden email]>:

>
> On Feb 7, 2013, at 10:00 AM, Damien Cassou <[hidden email]> wrote:
>
>> Hi,
>>
>> Norbert asked about the possibility to deploy a pharo image without
>> .changes and .sources files
>>
>> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>>
>> Could people participate to the discussion there? I think it is important.
>>
>
> Stackoverflow is just one channel to much for me… I need to controll how this or I will do nothing but
> just read and filter.
>
Basically it is very easy. You can define the tags you are interested in and you can have a digest of that channel. So, I never look myself at stackoverflow but if a seaside, smalltalk, pharo,… question is asked I get an email. Not much to do there. For certain typical questions I find stackoverflow a good thing because it is kind of a faq/documentation site. Only in this regard I prefer it to the mailing lists.

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

feldti
In reply to this post by Marcus Denker-4
The good thing about stackoverflow is, that its an open q&a system for
various languages and a system mentioned there means additional
advertisement.

I sometimes find myselfs there due to a question and suddenly was
reading answer for different systems.

Marten


On 07.02.2013 10:08, Marcus Denker wrote:

>
> On Feb 7, 2013, at 10:00 AM, Damien Cassou<[hidden email]>  wrote:
>
>> Hi,
>>
>> Norbert asked about the possibility to deploy a pharo image without
>> .changes and .sources files
>>
>> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>>
>> Could people participate to the discussion there? I think it is important.
>>
>
> Stackoverflow is just one channel to much for me… I need to controll how this or I will do nothing but
> just read and filter.
>
> Marcus

marten.vcf (165 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

NorbertHartl
In reply to this post by Sven Van Caekenberghe-2

Am 07.02.2013 um 10:06 schrieb Sven Van Caekenberghe <[hidden email]>:

> SmalltalkImage
> checkSourcesFileAvailability: false;
> checkChangesFileAvailability: false.
>
> And then save the image.
>
If you are on stackoverflow I would prefer if you could post your answer there again.

thanks,

Norbert

> On 07 Feb 2013, at 09:59, Damien Cassou <[hidden email]> wrote:
>
>> Hi,
>>
>> Norbert asked about the possibility to deploy a pharo image without
>> .changes and .sources files
>>
>> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>>
>> Could people participate to the discussion there? I think it is important.
>>
>>
>> --
>> Damien Cassou
>> http://damiencassou.seasidehosting.st
>>
>> "Success is the ability to go from one failure to another without
>> losing enthusiasm."
>> Winston Churchill
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Marcus Denker-4
In reply to this post by NorbertHartl

On Feb 7, 2013, at 10:12 AM, Norbert Hartl <[hidden email]> wrote:

>
> Am 07.02.2013 um 10:08 schrieb Marcus Denker <[hidden email]>:
>
>>
>> On Feb 7, 2013, at 10:00 AM, Damien Cassou <[hidden email]> wrote:
>>
>>> Hi,
>>>
>>> Norbert asked about the possibility to deploy a pharo image without
>>> .changes and .sources files
>>>
>>> http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files
>>>
>>> Could people participate to the discussion there? I think it is important.
>>>
>>
>> Stackoverflow is just one channel to much for me… I need to controll how this or I will do nothing but
>> just read and filter.
>>
> Basically it is very easy. You can define the tags you are interested in and you can have a digest of that channel. So, I never look myself at stackoverflow but if a seaside, smalltalk, pharo,… question is asked I get an email. Not much to do there. For certain typical questions I find stackoverflow a good thing because it is kind of a faq/documentation site. Only in this regard I prefer it to the mailing lists.

Ok, I will check it…

        Marcus
Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

NorbertHartl

Am 07.02.2013 um 10:17 schrieb Marcus Denker <[hidden email]>:


On Feb 7, 2013, at 10:12 AM, Norbert Hartl <[hidden email]> wrote:


Am 07.02.2013 um 10:08 schrieb Marcus Denker <[hidden email]>:


On Feb 7, 2013, at 10:00 AM, Damien Cassou <[hidden email]> wrote:

Hi,

Norbert asked about the possibility to deploy a pharo image without
.changes and .sources files

http://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files

Could people participate to the discussion there? I think it is important.


Stackoverflow is just one channel to much for me… I need to controll how this or I will do nothing but
just read and filter.

Basically it is very easy. You can define the tags you are interested in and you can have a digest of that channel. So, I never look myself at stackoverflow but if a seaside, smalltalk, pharo,… question is asked I get an email. Not much to do there. For certain typical questions I find stackoverflow a good thing because it is kind of a faq/documentation site. Only in this regard I prefer it to the mailing lists.

Ok, I will check it…

Here is a screenshot of the filter settings in my profile :)


Norbert

Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Damien Cassou
In reply to this post by Marcus Denker-4
On Thu, Feb 7, 2013 at 10:17 AM, Marcus Denker <[hidden email]> wrote:
> Ok, I will check it…

I'll continue trying to send interesting stackoverflow questions to
the mailing list and copy/paste answers there, so that not everyone
has to follow both the mailing list and stackoverflow.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Camillo Bruni-3

On 2013-02-07, at 10:23, Damien Cassou <[hidden email]> wrote:

> On Thu, Feb 7, 2013 at 10:17 AM, Marcus Denker <[hidden email]> wrote:
>> Ok, I will check it…
>
> I'll continue trying to send interesting stackoverflow questions to
> the mailing list and copy/paste answers there, so that not everyone
> has to follow both the mailing list and stackoverflow.

thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Igor Stasenko
In reply to this post by Damien Cassou
On 7 February 2013 10:23, Damien Cassou <[hidden email]> wrote:
> On Thu, Feb 7, 2013 at 10:17 AM, Marcus Denker <[hidden email]> wrote:
>> Ok, I will check it…
>
> I'll continue trying to send interesting stackoverflow questions to
> the mailing list and copy/paste answers there, so that not everyone
> has to follow both the mailing list and stackoverflow.

interesting that usually i got emails when ppl post questions under
*smalltalk* tag on SO.
but lately it stopped working..

>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Success is the ability to go from one failure to another without
> losing enthusiasm."
> Winston Churchill
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Igor Stasenko
On 7 February 2013 14:04, Igor Stasenko <[hidden email]> wrote:

> On 7 February 2013 10:23, Damien Cassou <[hidden email]> wrote:
>> On Thu, Feb 7, 2013 at 10:17 AM, Marcus Denker <[hidden email]> wrote:
>>> Ok, I will check it…
>>
>> I'll continue trying to send interesting stackoverflow questions to
>> the mailing list and copy/paste answers there, so that not everyone
>> has to follow both the mailing list and stackoverflow.
>
> interesting that usually i got emails when ppl post questions under
> *smalltalk* tag on SO.
> but lately it stopped working..
>
just checked the settings.. it should email me :/



--
Best regards,
Igor Stasenko.

Screen Shot 2013-02-07 at 5.21.17 PM.png (26K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Deploying without .changes and .sources files

Damien Cassou
On Thu, Feb 7, 2013 at 5:22 PM, Igor Stasenko <[hidden email]> wrote:
> just checked the settings.. it should email me :/


you can add #pharo too

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill