Re: [cross-project-issues-dev] Moving to Gerrit

2018-06-05 Thread Matthew Ward
Ultimately it's totally arbitrary.  When I decided to do this[1] , I needed
to pick a date.  After Ed pointed out that +0 projects are RC3 this week I
offered to move it, but since nobody responded to that I took it to mean I
could go forward.

However I'm willing to hold off if this list is uncomfortable with this
kind of change this close to release.

-Matt.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=533786

On Tue, Jun 5, 2018 at 3:45 AM, Wim Jongman  wrote:

> Hi,
>
> Why are we performing such a major change two weeks before release date?
>
> Cheers,
>
> Wim
>
>
>
>
> On Mon, Jun 4, 2018 at 7:41 PM, Eclipse Webmaster <
> webmas...@eclipse-foundation.org> wrote:
>
>> Hi Everyone,
>>
>>   I just wanted to remind you that on June 5th I will be moving all Git
>> repos to our Gerrit instance.
>>
>> If you are currently using SSH URLs I recommend you login to the Gerrit
>> interface here: https://git.eclipse.org/r and upload your public key(
>> under your account settings -> ssh public keys)
>>
>> This is mostly just a change of the software supporting Git access but
>> there are a few details you need to be aware of:
>>
>> 1) Repository URLs have changed.  Currently you may use the following
>> style of URL:
>>
>>ssh://committer...@git.eclipse.org/gitroot/path/to/repo.git
>>
>>The new URLs use the following format:
>>
>>ssh://committer...@git.eclipse.org:29418/path/to/repo.git
>>
>> 2) If you are currently using your committer ID in the 'author' or
>> 'committer' fields, you will need to start using the email address on file
>> for your account
>>
>> 3) You may also need to update your .git/config file with the following:
>>
>>   fetch = +refs/heads/*:refs/remotes/origin/*
>>   fetch = refs/notes/*:refs/notes/*
>>   push = HEAD:refs/for/master
>>
>> And that should be it.
>>
>> Please note that this change does not require that you use the code
>> review features of Gerrit.
>>
>> -Matt.
>>
>>
>> ___
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>>
>
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Moving to Gerrit

2018-06-05 Thread Daniel Megert
Hi Wim

Note that Platform, PDE, JDT and Equinox already moved a month ago..

Dani



From:   Wim Jongman 
To: Cross project issues 
Cc: eclipse.org-committ...@eclipse.org
Date:   05.06.2018 09:46
Subject:Re: [cross-project-issues-dev] Moving to Gerrit
Sent by:cross-project-issues-dev-boun...@eclipse.org



Hi,

Why are we performing such a major change two weeks before release date?

Cheers,

Wim




On Mon, Jun 4, 2018 at 7:41 PM, Eclipse Webmaster <
webmas...@eclipse-foundation.org> wrote:
Hi Everyone,

  I just wanted to remind you that on June 5th I will be moving all Git 
repos to our Gerrit instance.  

If you are currently using SSH URLs I recommend you login to the Gerrit 
interface here: https://git.eclipse.org/r and upload your public key( 
under your account settings -> ssh public keys)

This is mostly just a change of the software supporting Git access but 
there are a few details you need to be aware of:

1) Repository URLs have changed.  Currently you may use the following 
style of URL:
   
   ssh://committer...@git.eclipse.org/gitroot/path/to/repo.git

   The new URLs use the following format:

   ssh://committer...@git.eclipse.org:29418/path/to/repo.git

2) If you are currently using your committer ID in the 'author' or 
'committer' fields, you will need to start using the email address on file 
for your account

3) You may also need to update your .git/config file with the following:

  fetch = +refs/heads/*:refs/remotes/origin/*
  fetch = refs/notes/*:refs/notes/*
  push = HEAD:refs/for/master

And that should be it.

Please note that this change does not require that you use the code review 
features of Gerrit.

-Matt.


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Moving to Gerrit

2018-06-05 Thread Wim Jongman
Hi,

Why are we performing such a major change two weeks before release date?

Cheers,

Wim




On Mon, Jun 4, 2018 at 7:41 PM, Eclipse Webmaster <
webmas...@eclipse-foundation.org> wrote:

> Hi Everyone,
>
>   I just wanted to remind you that on June 5th I will be moving all Git
> repos to our Gerrit instance.
>
> If you are currently using SSH URLs I recommend you login to the Gerrit
> interface here: https://git.eclipse.org/r and upload your public key(
> under your account settings -> ssh public keys)
>
> This is mostly just a change of the software supporting Git access but
> there are a few details you need to be aware of:
>
> 1) Repository URLs have changed.  Currently you may use the following
> style of URL:
>
>ssh://committer...@git.eclipse.org/gitroot/path/to/repo.git
>
>The new URLs use the following format:
>
>ssh://committer...@git.eclipse.org:29418/path/to/repo.git
>
> 2) If you are currently using your committer ID in the 'author' or
> 'committer' fields, you will need to start using the email address on file
> for your account
>
> 3) You may also need to update your .git/config file with the following:
>
>   fetch = +refs/heads/*:refs/remotes/origin/*
>   fetch = refs/notes/*:refs/notes/*
>   push = HEAD:refs/for/master
>
> And that should be it.
>
> Please note that this change does not require that you use the code review
> features of Gerrit.
>
> -Matt.
>
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Moving all repos to Gerrit.

2018-04-19 Thread Daniel Megert
I've commented in https://bugs.eclipse.org/533786 to have the discussion 
there.

Dani



From:   Eclipse Webmaster <webmas...@eclipse-foundation.org>
To: cross-project-issues-dev@eclipse.org
Date:   18.04.2018 20:31
Subject:    [cross-project-issues-dev] Moving all repos to Gerrit.
Sent by:cross-project-issues-dev-boun...@eclipse.org



Hi Everyone,

  Just to let you all know I'm planning to move all repositories under 
Gerrits control on June 4, 2018.  Bug 533786 has been filed to track the 
work and provide a place for any discussions.

Basically our current setup is a bit of a mess with ownership being 
divided between Gerrit. CI-users and project teams.  As such it's time for 
a clean up.

If you have any questions or concerns let me know

-Matt.
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_cross-2Dproject-2Dissues-2Ddev=DwICAg=jf_iaSHvJObTbx-siA1ZOg=1UITCR5rxUZHSFczvfaNFK4ymEbEiccRX7VKchpqz0Y=HUBcTbXu-KjHDPi6-1ub0_fbTt_mP2NdmDhTa4_PP00=V6a6YCkJVJJqImAAK9uyXJh52Ol4f0ICXEcpdDYF3GU=



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Moving all repos to Gerrit.

2018-04-18 Thread Eclipse Webmaster
Hi Everyone,

  Just to let you all know I'm planning to move all repositories under
Gerrits control on June 4, 2018.  Bug 533786 has been filed to track the
work and provide a place for any discussions.

Basically our current setup is a bit of a mess with ownership being divided
between Gerrit. CI-users and project teams.  As such it's time for a clean
up.

If you have any questions or concerns let me know

-Matt.
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Moving on

2017-12-13 Thread Konstantin Komissarchik
After more than ten years of participation in the Eclipse Ecosystem, I am 
moving on to other pursuits. I will be leaving Oracle at the end of this year. 
My new employer (a startup called Prifender) is not involved in any way with 
Eclipse or tooling. Obviously, I will need to scale down my Eclipse involvement 
substantially.

I have fond memories of working with many folks in this community. I can be 
found on LinkedIn. I hope our paths cross again.

My plan is as follows:

1. Stay on as a committer and the lead of Sapphire to enable contributors as 
necessary. The project is in maintenance mode, but is staying current with 
Eclipse releases.

2. Withdraw as the lead of the upcoming GF Tools. Danny Ju would be the new 
lead and for now the sole committer.

3. Stay on (at least for a bit) on the Architecture Council so that I can 
mentor GF Tools. 

4. Archive the Java EE Configuration Editors project 
(https://projects.eclipse.org/projects/webtools.java-ee-config). I never did 
have the time to finish the work on the editors. The code base does contain a 
half-completed web.xml editor, but unless someone else wants to take on this 
work, we should archive the project.

5. Someone else will need to rescue DTP the next time it needs rescuing. DTP 
uses the build system (Corundum) that I wrote for Oracle and Sapphire. I will 
be around to answer questions about it, but someone else will need to take over 
the releng duties and move the build to CBI, if desired. 

6. Withdraw from everything else, including commit rights on other projects and 
Technology Project PMC.

Thanks,

- Konstantin
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Moving away from N-builds

2016-11-10 Thread Sravan K Lakkimsetti
Hi,

 

We will be stopping N-builds from today and there will not be any more 
N-builds. The repos will not populated any more. And the builds will also get 
removed from downloads in coming days

 

We will have I-builds daily at 8 PM Eastern Standard time. 

 

Every week Monday’s build will be retained for the period of milestone and last 
7 days builds will be retained. Remaining builds will be dropped from the 
downloads.

There is no change in the retention policy of update repository (only last 4 
builds will be available).

 

In case of broken build(due to some important test failures) please notify 
releng team using platform-releng-dev mailing list. We will do the needful like 
removing from update sites etc

 

For more information please refer to Bug 
  507272 - Move away from 
daily N-builds and start with daily I-builds

 

Thanks and Regards,

Sravan 

 

Sravan Kumar Lakkimsetti

IBM India Pvt Ltd,

Embassy Golf Links Business Park, D Block,

Off Indiranagar-Kormangla Inner Ring Road,

Bangalore - 560071, India

Phone: 91-80-41776858

 


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread Denis Roy

  
  
In case you missed this announcement on the committers list...

On Saturday, February 9 2013 the Eclipse Foundation will be moving
its servers to a new data centre. This modern facility will provide
improved server cooling, substantial increases to our bandwidth,
available AC power and cabinet (rack) space while reducing our
hosting costs. During the move, all eclipse.org services will be
offline, including Bugzilla, Wiki, Git, Gerrit and our website, www.eclipse.org. Our plans are
to begin the move on Saturday morning (Eastern time), February 9
2013 and have all services restored by Sunday afternoon, February 10
2013. 

We'd like to apologize in advance for the inconveniences that this
move will cause. However, the benefits are compelling and will
provide the Eclipse Foundation with the infrastructure needed to
continue its growth for many years to come.

If you have any questions or concerns, please contact me at
webmas...@eclipse.org

Thanks,

Denis


-- 
  Denis Roy
  Director, IT Services
  Eclipse Foundation, Inc. -- http://www.eclipse.org/
  Office: 613.224.9461 x224 (Eastern time)
  denis@eclipse.org
  
  

  

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread Markus Knauer
Hi Denis,

we, the RAP project, have scheduled our RAP 2.0 release for the 8th of
February, the day before your planned data centre move. For us this is a
very unfortunate timing and we would like to avoid the frustration and this
kind of first impression of our users trying to download it.

The same applies for the Kepler M5 release. This is scheduled for the same
Friday and will face the same problems.

As far as I can see, I change of the move by one week would be much better
according to the different Eclipse calenders that I know. If the date of
this move is finalized, we must consider re-scheduling the releases.

Thanks,
Markus



On Fri, Jan 11, 2013 at 3:00 PM, Denis Roy denis@eclipse.org wrote:

  In case you missed this announcement on the committers list...

 On Saturday, February 9 2013 the Eclipse Foundation will be moving its
 servers to a new data centre.  This modern facility will provide improved
 server cooling, substantial increases to our bandwidth, available AC power
 and cabinet (rack) space while reducing our hosting costs.  During the
 move, all eclipse.org services will be offline, including Bugzilla, Wiki,
 Git, Gerrit and our website, www.eclipse.org.  Our plans are to begin the
 move on Saturday morning (Eastern time), February 9 2013 and have all
 services restored by Sunday afternoon, February 10 2013.

 We'd like to apologize in advance for the inconveniences that this move
 will cause.  However, the benefits are compelling and will provide the
 Eclipse Foundation with the infrastructure needed to continue its growth
 for many years to come.

 If you have any questions or concerns, please contact me at
 webmas...@eclipse.org

 Thanks,

 Denis


 --
 *Denis Roy*
 Director, IT Services
 Eclipse Foundation, Inc. -- http://www.eclipse.org/
 Office: 613.224.9461 x224 (Eastern time)
 denis@eclipse.org

 [image: EclipseCon 2013] http://www.eclipsecon.org/2013

 ___
 cross-project-issues-dev mailing list
 cross-project-issues-dev@eclipse.org
 https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


138x38.png___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread Denis Roy

Hi Markus,

We've examined all the dates and have concluded that Feb 9-10 to be the 
best one, which also provides us with a fall-back date of Feb 16-17 
should there be migration issues or horrendous weather.


It is unfortunate, but please work with your community on a new release 
date.


Thanks,

Denis




On 01/11/2013 11:16 AM, Markus Knauer wrote:

Hi Denis,

we, the RAP project, have scheduled our RAP 2.0 release for the 8th of 
February, the day before your planned data centre move. For us this is 
a very unfortunate timing and we would like to avoid the frustration 
and this kind of first impression of our users trying to download it.


The same applies for the Kepler M5 release. This is scheduled for the 
same Friday and will face the same problems.


As far as I can see, I change of the move by one week would be much 
better according to the different Eclipse calenders that I know. If 
the date of this move is finalized, we must consider re-scheduling the 
releases.


Thanks,
Markus



On Fri, Jan 11, 2013 at 3:00 PM, Denis Roy denis@eclipse.org 
mailto:denis@eclipse.org wrote:


In case you missed this announcement on the committers list...

On Saturday, February 9 2013 the Eclipse Foundation will be moving
its servers to a new data centre.  This modern facility will
provide improved server cooling, substantial increases to our
bandwidth, available AC power and cabinet (rack) space while
reducing our hosting costs.  During the move, all eclipse.org
http://eclipse.org services will be offline, including Bugzilla,
Wiki, Git, Gerrit and our website, www.eclipse.org
http://www.eclipse.org. Our plans are to begin the move on
Saturday morning (Eastern time), February 9 2013 and have all
services restored by Sunday afternoon, February 10 2013.

We'd like to apologize in advance for the inconveniences that this
move will cause.  However, the benefits are compelling and will
provide the Eclipse Foundation with the infrastructure needed to
continue its growth for many years to come.

If you have any questions or concerns, please contact me at
webmas...@eclipse.org mailto:webmas...@eclipse.org

Thanks,

Denis



___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread David M Williams
Markus, and others, one suggestion I've heard (thanks John) is that for 
M5, at least, we leave the schedule the same, but not announce its 
available until Monday when all is back on line. Maybe that'd work for RAP 
too? 

Denis, I assume during this outage, that the current provider will have a 
generic Sorry, entire sight and all Eclipse services are down for 
maintenance until Monday AM, or similar, at least for www.eclipse.org? 
That would at least help the general users who don't follow our lists 
closely? I see now there is an announcement there, prominent at the top 
of the list. I think that's sufficient for now, but it there are other 
announcements before 2/9 I would suggest some form of this announcement be 
made part of the banner, or similar, so it stays prominent. 

Thanks, 






From:   Denis Roy denis@eclipse.org
To: cross-project-issues-dev@eclipse.org, 
Date:   01/11/2013 11:52 AM
Subject:Re: [cross-project-issues-dev] Moving to a new data centre 
- Feb. 9, 2013
Sent by:cross-project-issues-dev-boun...@eclipse.org



Hi Markus,

We've examined all the dates and have concluded that Feb 9-10 to be the 
best one, which also provides us with a fall-back date of Feb 16-17 should 
there be migration issues or horrendous weather.

It is unfortunate, but please work with your community on a new release 
date.

Thanks,

Denis




On 01/11/2013 11:16 AM, Markus Knauer wrote:
Hi Denis,

we, the RAP project, have scheduled our RAP 2.0 release for the 8th of 
February, the day before your planned data centre move. For us this is a 
very unfortunate timing and we would like to avoid the frustration and 
this kind of first impression of our users trying to download it.

The same applies for the Kepler M5 release. This is scheduled for the same 
Friday and will face the same problems.

As far as I can see, I change of the move by one week would be much better 
according to the different Eclipse calenders that I know. If the date of 
this move is finalized, we must consider re-scheduling the releases.

Thanks,
Markus



On Fri, Jan 11, 2013 at 3:00 PM, Denis Roy denis@eclipse.org wrote:
In case you missed this announcement on the committers list...

On Saturday, February 9 2013 the Eclipse Foundation will be moving its 
servers to a new data centre.  This modern facility will provide improved 
server cooling, substantial increases to our bandwidth, available AC power 
and cabinet (rack) space while reducing our hosting costs.  During the 
move, all eclipse.org services will be offline, including Bugzilla, Wiki, 
Git, Gerrit and our website, www.eclipse.org.  Our plans are to begin the 
move on Saturday morning (Eastern time), February 9 2013 and have all 
services restored by Sunday afternoon, February 10 2013. 

We'd like to apologize in advance for the inconveniences that this move 
will cause.  However, the benefits are compelling and will provide the 
Eclipse Foundation with the infrastructure needed to continue its growth 
for many years to come.

If you have any questions or concerns, please contact me at 
webmas...@eclipse.org

Thanks,

Denis

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread John Arthorne
Later in the month brings us very close to Juno SR2 which risks disrupting 
the release train (either last minute builds or the delivery to end 
users). For Kepler M5, I think we should aim to complete it for Feb 8 as 
usual, but then only announce it on Monday Feb 11 (assuming servers are 
verified up). That might be a good option for RAP too but of course that's 
up to you. Ian Skerrett has often reminded us that announcing a release on 
a Friday afternoon is the worst possible time from a marketing 
perspective, so announcing a release first thing the next week has its 
advantages.

john



From:   Denis Roy denis@eclipse.org
To: cross-project-issues-dev@eclipse.org, 
Date:   01/11/2013 11:52 AM
Subject:Re: [cross-project-issues-dev] Moving to a new data centre 
- Feb. 9, 2013
Sent by:cross-project-issues-dev-boun...@eclipse.org



Hi Markus,

We've examined all the dates and have concluded that Feb 9-10 to be the 
best one, which also provides us with a fall-back date of Feb 16-17 should 
there be migration issues or horrendous weather.

It is unfortunate, but please work with your community on a new release 
date.

Thanks,

Denis




On 01/11/2013 11:16 AM, Markus Knauer wrote:
Hi Denis,

we, the RAP project, have scheduled our RAP 2.0 release for the 8th of 
February, the day before your planned data centre move. For us this is a 
very unfortunate timing and we would like to avoid the frustration and 
this kind of first impression of our users trying to download it.

The same applies for the Kepler M5 release. This is scheduled for the same 
Friday and will face the same problems.

As far as I can see, I change of the move by one week would be much better 
according to the different Eclipse calenders that I know. If the date of 
this move is finalized, we must consider re-scheduling the releases.

Thanks,
Markus



On Fri, Jan 11, 2013 at 3:00 PM, Denis Roy denis@eclipse.org wrote:
In case you missed this announcement on the committers list...

On Saturday, February 9 2013 the Eclipse Foundation will be moving its 
servers to a new data centre.  This modern facility will provide improved 
server cooling, substantial increases to our bandwidth, available AC power 
and cabinet (rack) space while reducing our hosting costs.  During the 
move, all eclipse.org services will be offline, including Bugzilla, Wiki, 
Git, Gerrit and our website, www.eclipse.org.  Our plans are to begin the 
move on Saturday morning (Eastern time), February 9 2013 and have all 
services restored by Sunday afternoon, February 10 2013. 

We'd like to apologize in advance for the inconveniences that this move 
will cause.  However, the benefits are compelling and will provide the 
Eclipse Foundation with the infrastructure needed to continue its growth 
for many years to come.

If you have any questions or concerns, please contact me at 
webmas...@eclipse.org

Thanks,

Denis

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Moving to a new data centre - Feb. 9, 2013

2013-01-11 Thread Denis Roy

David,

Yes, there will be a catch-all page which will be served for all 
accesses to our website, Bugzilla, Wiki, and so on.  There will actually 
be two -- one at each location to catch all the requests as DNS updates 
propagate.  Also, we will make announcements increasingly prominent as 
the dates approach.


FWIW, this will be my second time moving the entire Eclipse.org 
infrastructure.  Although the scale is different, I have more knowledge 
this time around.


Denis



On 01/11/2013 01:37 PM, David M Williams wrote:
Markus, and others, one suggestion I've heard (thanks John) is that 
for M5, at least, we leave the schedule the same, but not announce its 
available until Monday when all is back on line. Maybe that'd work for 
RAP too?


Denis, I assume during this outage, that the current provider will 
have a generic Sorry, entire sight and all Eclipse services are down 
for maintenance until Monday AM, or similar, at least for 
www.eclipse.org?That would at least help the general users who don't 
follow our lists closely? I see now there is an announcement there, 
prominent at the top of the list. I think that's sufficient for now, 
but it there are other announcements before 2/9 I would suggest some 
form of this announcement be made part of the banner, or similar, so 
it stays prominent.


Thanks,






From: Denis Roy denis@eclipse.org
To: cross-project-issues-dev@eclipse.org,
Date: 01/11/2013 11:52 AM
Subject: Re: [cross-project-issues-dev] Moving to a new data centre - 
Feb. 9, 2013

Sent by: cross-project-issues-dev-boun...@eclipse.org




Hi Markus,

We've examined all the dates and have concluded that Feb 9-10 to be 
the best one, which also provides us with a fall-back date of Feb 
16-17 should there be migration issues or horrendous weather.


It is unfortunate, but please work with your community on a new 
release date.


Thanks,

Denis




On 01/11/2013 11:16 AM, Markus Knauer wrote:
Hi Denis,

we, the RAP project, have scheduled our RAP 2.0 release for the 8th of 
February, the day before your planned data centre move. For us this is 
a very unfortunate timing and we would like to avoid the frustration 
and this kind of first impression of our users trying to download it.


The same applies for the Kepler M5 release. This is scheduled for the 
same Friday and will face the same problems.


As far as I can see, I change of the move by one week would be much 
better according to the different Eclipse calenders that I know. If 
the date of this move is finalized, we must consider re-scheduling the 
releases.


Thanks,
Markus



On Fri, Jan 11, 2013 at 3:00 PM, Denis Roy _denis.roy@eclipse.org_ 
mailto:denis@eclipse.org wrote:

In case you missed this announcement on the committers list...

On Saturday, February 9 2013 the Eclipse Foundation will be moving its 
servers to a new data centre.  This modern facility will provide 
improved server cooling, substantial increases to our bandwidth, 
available AC power and cabinet (rack) space while reducing our hosting 
costs.  During the move, all _eclipse.org_ 
http://eclipse.org/services will be offline, including Bugzilla, 
Wiki, Git, Gerrit and our website, _www.eclipse.org_ 
http://www.eclipse.org/.  Our plans are to begin the move on 
Saturday morning (Eastern time), February 9 2013 and have all services 
restored by Sunday afternoon, February 10 2013.


We'd like to apologize in advance for the inconveniences that this 
move will cause.  However, the benefits are compelling and will 
provide the Eclipse Foundation with the infrastructure needed to 
continue its growth for many years to come.


If you have any questions or concerns, please contact me at 
_webmaster@eclipse.org_ mailto:webmas...@eclipse.org


Thanks,

Denis


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev