Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Jekyll in Che?

On Mon, Jun 25, 2018 at 10:01 AM Yevhen Ivantsov <yivantso@xxxxxxxxxx> wrote:
Re-enable means creating a new one since Che 6 docs use a bit different image and start commands.

OK this is maybe a 2 hours work, we spent more time discussing it than doing it

While discussing where to host it, have a .factory.json like here https://github.com/eclipse/che-docs/commit/9d9888c4a5685570a59e9cd1d6a9c57d0a39b226#diff-6288ec8914ec2d769a12570de05a0d14 would help anyone to run the factory on any Che host

And thinking about new Ideas/features around factories for the future:
We could have a central site to store all user factories (or maybe other preferences) a user may have and want to use on any Che host. Could be named che-hub.
We would edit and store custom factories on a che-hub. A che-host could get these factories from there and make them available to the dashboard.

Personally I have 3 or 4 factory definitions that I use on my che localhost but would like to use as well in other host without having to copy the definition.

On Mon, Jun 25, 2018 at 3:04 PM Max Rydahl Andersen <manderse@xxxxxxxxxx> wrote:

> On Mon, Jun 25, 2018 at 1:58 PM, Max Rydahl Andersen
> <manderse@xxxxxxxxxx>
> wrote:
>
>>
>> It is bound to project of moving CIO -> OSIO IMO
>>> I'd say moving factories to che.osio before makes no sense
>>>
>>
>> Isn't factories about new projects, not existing ones ?
>> Seems like best time to create factories to che.openshift.io is now ?
>>
>
> It's about new, yes
> You mean CIO users, hosting factory configurations on CIO, will start
> workspaces on OSIO?

No I mean I don't understand why we would't just setup the factories we
would
want/like on che.openshift.io - none of this should be dependency on
codenvy.io
technically as far as I can understand.

/max

>
>
> /max
>>
>>
>>> On Mon, Jun 25, 2018 at 1:11 PM, Yevhen Ivantsov
>>> <yivantso@xxxxxxxxxx>
>>> wrote:
>>>
>>> I though it's bound to rh developer account - but one can create it
>>> :)
>>>>
>>>> On Mon, Jun 25, 2018 at 1:05 PM, Stevan LeMeur <slemeur@xxxxxxxxxx>
>>>> wrote:
>>>>
>>>> Anyone is able to create an account on che.openshift.io (nothing
>>>>> different from codenvy.io)
>>>>>
>>>>> On Mon, Jun 25, 2018 at 11:58 AM, Yevhen Ivantsov
>>>>> <yivantso@xxxxxxxxxx>
>>>>> wrote:
>>>>>
>>>>> It will be useful only for rh-developers otherwise you won't be
>>>>> able to
>>>>>> login
>>>>>>
>>>>>> On Mon, Jun 25, 2018 at 12:32 PM, Stevan LeMeur
>>>>>> <slemeur@xxxxxxxxxx>
>>>>>> wrote:
>>>>>>
>>>>>> The latest version of Che is running on che.openshift.io. You can
>>>>>>> create the factory there.
>>>>>>>
>>>>>>> On Mon, Jun 25, 2018 at 10:00 AM, Yevhen Ivantsov <
>>>>>>> yivantso@xxxxxxxxxx>
>>>>>>> wrote:
>>>>>>>
>>>>>>> Re-enable means creating a new one since Che 6 docs use a bit
>>>>>>>> different image and start commands.
>>>>>>>>
>>>>>>>> Also, does pointing it to codenvy.io make sense now?
>>>>>>>>
>>>>>>>> On Mon, Jun 25, 2018 at 10:57 AM, Sun Tan <sutan@xxxxxxxxxx>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> It's not there anymore so it's been removed ... could you
>>>>>>>> re-enable
>>>>>>>>> it ?
>>>>>>>>>
>>>>>>>>> On Mon, Jun 25, 2018 at 9:54 AM Yevhen Ivantsov <
>>>>>>>>> yivantso@xxxxxxxxxx>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Sun
>>>>>>>>>>
>>>>>>>>>> Not really removed. I'd say a new factory has never been
>>>>>>>>>> created
>>>>>>>>>> when migrating docs to 6.x
>>>>>>>>>>
>>>>>>>>>> On Mon, Jun 25, 2018 at 10:47 AM, Sun Tan <sutan@xxxxxxxxxx>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> we used to have a factory url for editing and rendering
>>>>>>>>>> Jekyll:
>>>>>>>>>>> https://github.com/eclipse/che-docs/commit/9d9888c4a5685570a
>>>>>>>>>>> 59e9cd1d6a9c57d0a39b226#diff-04c6e90faac2675aa89e2176d2eec7d8
>>>>>>>>>>>
>>>>>>>>>>> why has it been removed ?
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Jun 22, 2018 at 8:36 AM Yevhen Ivantsov <
>>>>>>>>>>> yivantso@xxxxxxxxxx> wrote:
>>>>>>>>>>>
>>>>>>>>>>> I don't think there's an s2i yaml Che docs jaml for
>>>>>>>>>>> OpenShift yet
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Jun 21, 2018 at 9:27 PM, Dave Neary
>>>>>>>>>>>> <dneary@xxxxxxxxxx>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 06/21/2018 07:52 PM, Yevhen Ivantsov wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Well, installing Docker is easier than installing ruby
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>
>>>>>>>>>>>>> jekyll.
>>>>>>>>>>>>>
>>>>>>>>>>>>>> That's why the script and the image are there.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> In that case, how do I do that? I'm running Che on
>>>>>>>>>>>>> OpenShift
>>>>>>>>>>>>> Origin.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>> Dave.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Jun 21, 2018 at 7:06 PM, Dave Neary
>>>>>>>>>>>>> <dneary@xxxxxxxxxx
>>>>>>>>>>>>>> <mailto:dneary@xxxxxxxxxx>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     The run.sh file calls Docker, which fails in my
>>>>>>>>>>>>>> set-up. The
>>>>>>>>>>>>>>
>>>>>>>>>>>>> jekyll serve
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     command does not work from the terminal.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     I am not committed to Jekyll, just interested in the
>>>>>>>>>>>>>>
>>>>>>>>>>>>> content of the
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     docs. I am happy to do Middleman when the time comes
>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     Thanks,
>>>>>>>>>>>>>>     Dave.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     On 06/21/2018 06:16 PM, Yevhen Ivantsov wrote:
>>>>>>>>>>>>>>     > Hi Dave
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > There's a run.sh script in the root of docs. You
>>>>>>>>>>>>>> can run
>>>>>>>>>>>>>>
>>>>>>>>>>>>> it and have
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     > docs running locally.
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > Or are you talking about extending jekyll? Some
>>>>>>>>>>>>>> plugin?
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > Also, please note that jekyll will retire soon, so
>>>>>>>>>>>>>>
>>>>>>>>>>>>> probably we should
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     > not spent a lot of time improving it.
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > On Thu, Jun 21, 2018 at 6:11 PM, Dave Neary <
>>>>>>>>>>>>>>
>>>>>>>>>>>>> dneary@xxxxxxxxxx <mailto:dneary@xxxxxxxxxx>
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     > <mailto:dneary@xxxxxxxxxx
>>>>>>>>>>>>>> <mailto:dneary@xxxxxxxxxx>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >     Hi all,
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >     I was trying to make some contributions to docs
>>>>>>>>>>>>>> in
>>>>>>>>>>>>>>
>>>>>>>>>>>>> Che, but I'm still a
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     beginner - what is the easiest way to install a
>>>>>>>>>>>>>> build
>>>>>>>>>>>>>>
>>>>>>>>>>>>> tool or serving
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     too (in this case, jekyll) to be able to do a
>>>>>>>>>>>>>> local
>>>>>>>>>>>>>>
>>>>>>>>>>>>> render & syntax
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     check for the docs.
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >     What is the easiest way for me to do this?
>>>>>>>>>>>>>> Should I
>>>>>>>>>>>>>>
>>>>>>>>>>>>> create a custom
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     stack, or install Jekyll manually and create a
>>>>>>>>>>>>>>
>>>>>>>>>>>>> factory? This is my first
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     time trying to make a custom tool environment.
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >     Thanks,
>>>>>>>>>>>>>>     >     Dave.
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >     --
>>>>>>>>>>>>>>     >     Dave Neary - Open Source and Standards team
>>>>>>>>>>>>>>     >     Red Hat - http://community.redhat.com
>>>>>>>>>>>>>>     >     Ph: +1-978-399-2182 <(978)%20399-2182> / Cell:
>>>>>>>>>>>>>>
>>>>>>>>>>>>> +1-978-799-3338 <(978)%20799-3338>
>>>>>>>>>>>>>
>>>>>>>>>>>>>     >     _______________________________________________
>>>>>>>>>>>>>>     >     che-dev mailing list
>>>>>>>>>>>>>>     >     che-dev@xxxxxxxxxxx
>>>>>>>>>>>>>> <mailto:che-dev@xxxxxxxxxxx>
>>>>>>>>>>>>>>     <mailto:che-dev@xxxxxxxxxxx
>>>>>>>>>>>>>> <mailto:che-dev@xxxxxxxxxxx>>
>>>>>>>>>>>>>>     >     To change your delivery options, retrieve your
>>>>>>>>>>>>>>
>>>>>>>>>>>>> password, or
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     >     unsubscribe from this list, visit
>>>>>>>>>>>>>>     >     
>>>>>>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>>>     <https://dev.eclipse.org/mailman/listinfo/che-dev>
>>>>>>>>>>>>>>     >     
>>>>>>>>>>>>>> <https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>>>     <https://dev.eclipse.org/mailman/listinfo/che-dev>>
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > --
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > EUGENE IVANTSOV
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > Red Hat
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > <https://www.redhat.com/>
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > eivantsov@xxxxxxxxxx <mailto:eivantsov@xxxxxxxxxx>
>>>>>>>>>>>>>>     <mailto:eivantsov@xxxxxxxxxx
>>>>>>>>>>>>>> <mailto:eivantsov@xxxxxxxxxx
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > <https://red.ht/sig>
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>     > _______________________________________________
>>>>>>>>>>>>>>     > che-dev mailing list
>>>>>>>>>>>>>>     > che-dev@xxxxxxxxxxx <mailto:che-dev@xxxxxxxxxxx>
>>>>>>>>>>>>>>     > To change your delivery options, retrieve your
>>>>>>>>>>>>>> password,
>>>>>>>>>>>>>>
>>>>>>>>>>>>> or
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     unsubscribe from this list, visit
>>>>>>>>>>>>>>     > https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>>>     <https://dev.eclipse.org/mailman/listinfo/che-dev>
>>>>>>>>>>>>>>     >
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>     --
>>>>>>>>>>>>>>     Dave Neary - Open Source and Standards team
>>>>>>>>>>>>>>     Red Hat - http://community.redhat.com
>>>>>>>>>>>>>>     Ph: +1-978-399-2182 <(978)%20399-2182> / Cell:
>>>>>>>>>>>>>>
>>>>>>>>>>>>> +1-978-799-3338 <(978)%20799-3338>
>>>>>>>>>>>>>
>>>>>>>>>>>>>>     _______________________________________________
>>>>>>>>>>>>>>     che-dev mailing list
>>>>>>>>>>>>>>     che-dev@xxxxxxxxxxx <mailto:che-dev@xxxxxxxxxxx>
>>>>>>>>>>>>>>     To change your delivery options, retrieve your
>>>>>>>>>>>>>> password, or
>>>>>>>>>>>>>>     unsubscribe from this list, visit
>>>>>>>>>>>>>>     https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>>>     <https://dev.eclipse.org/mailman/listinfo/che-dev>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> EUGENE IVANTSOV
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Red Hat
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <https://www.redhat.com/>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> eivantsov@xxxxxxxxxx <mailto:eivantsov@xxxxxxxxxx>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <https://red.ht/sig>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> che-dev mailing list
>>>>>>>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>>>>>>>> To change your delivery options, retrieve your password,
>>>>>>>>>>>>>> or
>>>>>>>>>>>>>>
>>>>>>>>>>>>> unsubscribe from this list, visit
>>>>>>>>>>>>>
>>>>>>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Dave Neary - Open Source and Standards team
>>>>>>>>>>>>> Red Hat - http://community.redhat.com
>>>>>>>>>>>>> Ph: +1-978-399-2182 <(978)%20399-2182> / Cell:
>>>>>>>>>>>>> +1-978-799-3338
>>>>>>>>>>>>> <(978)%20799-3338>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> EUGENE IVANTSOV
>>>>>>>>>>>>
>>>>>>>>>>>> Red Hat
>>>>>>>>>>>>
>>>>>>>>>>>> <https://www.redhat.com/>
>>>>>>>>>>>>
>>>>>>>>>>>> eivantsov@xxxxxxxxxx
>>>>>>>>>>>> <https://red.ht/sig>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> che-dev mailing list
>>>>>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>>>>>>> unsubscribe from this list, visit
>>>>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Sun TAN*
>>>>>>>>>>> *Senior Java Software Engineer*
>>>>>>>>>>> *Eclipse Che - Openshift.io *@ Red Hat
>>>>>>>>>>>
>>>>>>>>>>> +33 6 21 02 41 73 <+33%206%2021%2002%2041%2073>
>>>>>>>>>>> sutan@xxxxxxxxxx
>>>>>>>>>>> http://blog.sunix.org
>>>>>>>>>>> @sunsengdavidtan
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> che-dev mailing list
>>>>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>>>>>> unsubscribe from this list, visit
>>>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> EUGENE IVANTSOV
>>>>>>>>>>
>>>>>>>>>> Red Hat
>>>>>>>>>>
>>>>>>>>>> <https://www.redhat.com/>
>>>>>>>>>>
>>>>>>>>>> eivantsov@xxxxxxxxxx
>>>>>>>>>> <https://red.ht/sig>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> che-dev mailing list
>>>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>>>>> unsubscribe from this list, visit
>>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Sun TAN*
>>>>>>>>> *Senior Java Software Engineer*
>>>>>>>>> *Eclipse Che - Openshift.io *@ Red Hat
>>>>>>>>>
>>>>>>>>> +33 6 21 02 41 73
>>>>>>>>> sutan@xxxxxxxxxx
>>>>>>>>> http://blog.sunix.org
>>>>>>>>> @sunsengdavidtan
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> che-dev mailing list
>>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>>>> unsubscribe from this list, visit
>>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> EUGENE IVANTSOV
>>>>>>>>
>>>>>>>> Red Hat
>>>>>>>>
>>>>>>>> <https://www.redhat.com/>
>>>>>>>>
>>>>>>>> eivantsov@xxxxxxxxxx
>>>>>>>> <https://red.ht/sig>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> che-dev mailing list
>>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>>> unsubscribe from this list, visit
>>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> STEVAN LEMEUR
>>>>>>>
>>>>>>> PRODUCT MANAGER
>>>>>>>
>>>>>>> Red Hat
>>>>>>>
>>>>>>> <https://www.redhat.com/>
>>>>>>>
>>>>>>> slemeur@xxxxxxxxxx    M: +336-87-11-27-55
>>>>>>> <https://red.ht/sig>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> che-dev mailing list
>>>>>>> che-dev@xxxxxxxxxxx
>>>>>>> To change your delivery options, retrieve your password, or
>>>>>>> unsubscribe
>>>>>>> from this list, visit
>>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> EUGENE IVANTSOV
>>>>>>
>>>>>> Red Hat
>>>>>>
>>>>>> <https://www.redhat.com/>
>>>>>>
>>>>>> eivantsov@xxxxxxxxxx
>>>>>> <https://red.ht/sig>
>>>>>>
>>>>>> _______________________________________________
>>>>>> che-dev mailing list
>>>>>> che-dev@xxxxxxxxxxx
>>>>>> To change your delivery options, retrieve your password, or
>>>>>> unsubscribe
>>>>>> from this list, visit
>>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> STEVAN LEMEUR
>>>>>
>>>>> PRODUCT MANAGER
>>>>>
>>>>> Red Hat
>>>>>
>>>>> <https://www.redhat.com/>
>>>>>
>>>>> slemeur@xxxxxxxxxx    M: +336-87-11-27-55
>>>>> <https://red.ht/sig>
>>>>>
>>>>> _______________________________________________
>>>>> che-dev mailing list
>>>>> che-dev@xxxxxxxxxxx
>>>>> To change your delivery options, retrieve your password, or
>>>>> unsubscribe
>>>>> from this list, visit
>>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> EUGENE IVANTSOV
>>>>
>>>> Red Hat
>>>>
>>>> <https://www.redhat.com/>
>>>>
>>>> eivantsov@xxxxxxxxxx
>>>> <https://red.ht/sig>
>>>>
>>>> _______________________________________________
>>>> che-dev mailing list
>>>> che-dev@xxxxxxxxxxx
>>>> To change your delivery options, retrieve your password, or
>>>> unsubscribe
>>>> from this list, visit
>>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>>
>>>>
>>>>
>>
>> _______________________________________________
>>> che-dev mailing list
>>> che-dev@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or
>>> unsubscribe
>>> from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>>
>> _______________________________________________
>> che-dev mailing list
>> che-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or
>> unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/che-dev
>>


> _______________________________________________
> che-dev mailing list
> che-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/che-dev
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev
--

Sun TAN
Senior Java Software Engineer
Eclipse Che - Openshift.io @ Red Hat

+33 6 21 02 41 73
sutan@xxxxxxxxxx
http://blog.sunix.org
@sunsengdavidtan


Back to the top