Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-21 Thread Turaga, Nitesh
Hi Matthew,


> On Aug 20, 2017, at 10:26 PM, Matthew Myint  
> wrote:
> 
> Hi, thanks for the transition! Its nice to work from git without the need to 
> use svn.
> 
> Anyway, I have a couple of questions regarding the usage of git
> 
> 1) When syncing my own GitHub and the Bioconductor git repositories, a check 
> showed duplicate commits after merging the branches (git log --oneline | wc 
> returns twice as many commits as in SVN). Is it necessary to follow the steps 
> in 
> https://www.bioconductor.org/developers/how-to/git/abandon-changes#force-bioconductor--to-github-
>  (i.e. forcing changes from Bioconductor to GitHub), or is this fine? I've 
> also already pushed the merge to Bioconductor git
> 

The bioc-git server should not have duplicate commits. I see that you have 
already pushed your change, so we will fix the repo for you. Please hold off on 
all further changes. This effectively contaminates your commit history. 

It is necessary to follow the steps we outline in the link you mentioned.

Once we fix your repo, you’ll have to make that change and commit to your 
repository again.

> 2) Currently, my SSH key provides read/write access to the Bioconductor git 
> of my team's package. However, we wish to have all the package collaborators 
> on our GitHub to have similar access. Is this possible, and if so, how would 
> we go about obtaining this?

This is not a good idea, all the development should happen on GitHub, and then 
one maintainer for the package who has commit access to the Bioc-git server 
should push these changes upstream.

Only the maintainers of the package will have access to the server. 

> Thank you!
> 

Please give me a day to fix your repository, and I will send you a follow up 
email.

Best

Nitesh

> Regards
> Matthew Myint
> Life Science Undergraduate, Year 4
> NUS
> 
> On Thu, Aug 17, 2017 at 4:30 AM, Turaga, Nitesh 
>  wrote:
> Hi Maintainers,
> 
> The Bioconductor git server is now alive!! All future commits to Software and 
> Data experiment packages should be made to the git server.
> 
> Please see the documentation on how to use the new server 
> https://www.bioconductor.org/developers/how-to/git/.
> 
> If your package has been available through SVN remember to submit your SSH 
> keys to https://goo.gl/forms/eg36vcBkIUjfZfLe2.
> 
> NOTE: Workflow packages will remain on SVN for the moment.
> 
> Best,
> 
> Nitesh
> 
> 
> 
> 
> > On Aug 7, 2017, at 4:43 PM, Turaga, Nitesh  
> > wrote:
> >
> > Hello Maintainers,
> >
> >
> > The details and timeline of the transition from SVN to GIT have been 
> > finalized.
> >
> >
> > 1.  Important Dates, Days of transition - August 15th and August 16th.
> >
> > August 15th - 9am EST
> >
> >   - Git BETA server commits stop, BETA phase ends. All commits to the 
> > BETA repository are discarded.
> >   - Data experiment package SVN commits are stopped.
> >
> > August 16th - 9am EST
> >
> >   - Software package SVN commits are stopped,
> >   - About 6 hours after, the GIT server comes to life.
> >   - No SVN commits here after
> >
> > August 16th - 6pm EST onwards.
> >
> >   - Only commits to git.bioconductor.org possible.
> >   - See scenarios on how to commit to the new git server.
> >
> >   (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
> >
> > 2. For access to git.bioconductor.org, please submit your SSH keys to
> >
> >   https://goo.gl/forms/eg36vcBkIUjfZfLe2
> >
> > This is important, without which you will not be able to maintain your 
> > package.
> >
> > 3. Workflow packages will remain on SVN for the moment. We will inform you 
> > when the transition of the workflow packages happen.
> >
> >
> >
> > Best,
> >
> >
> > Nitesh Turaga
> > Bioconductor Core Team
> 
> 
> 
> This email message may contain legally privileged and/or confidential 
> information.  If you are not the intended recipient(s), or the employee or 
> agent responsible for the delivery of this message to the intended 
> recipient(s), you are hereby notified that any disclosure, copying, 
> distribution, or use of this email message is prohibited.  If you have 
> received this message in error, please notify the sender immediately by 
> e-mail and delete this email message from your computer. Thank you.
> ___
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> 



This email message may contain legally privileged and/or confidential 
information.  If you are not the intended recipient(s), or the employee or 
agent responsible for the delivery of this message to the intended 
recipient(s), you are hereby notified that any disclosure, copying, 
distribution, or use of this email message is prohibited.  If you have received 
this message in error, please notify the sender immediately by e-mail and 
delete this email message from your computer. Thank you.
___
Bioc-devel@r-proj

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-19 Thread Martin Morgan
Thanks Charles and Taigo, this should be fixed now. If not, can you 
re-open and comment on


  https://github.com/Bioconductor/bioc_git_transition/issues/34

? Thanks!

Martin

On 08/18/2017 02:36 PM, Tiago Chedraoui Silva wrote:

Any git command sending messages to the git server gave that warning.
/git push upstream master/ is an example.
​


​

Tiago Chedraoui Silva

On Fri, Aug 18, 2017 at 9:24 AM, Martin Morgan 
mailto:martin.mor...@roswellpark.org>> 
wrote:


On 08/18/2017 12:21 PM, Tiago Chedraoui Silva wrote:

I had the same problem, which is described below:

https://askubuntu.com/questions/144235/locale-variables-have-no-effect-in-remote-shell-perl-warning-setting-locale-f



I did the "Stop forwarding locale from the client" solution and
it worked.


yes, but to solve this for other people generally can you tell me
what you did to see the message? git clone
g...@git.bioconductor.org:pacakges/TCGAbiolinks ? git status ? ... ?
Thanks


Best regards,
Tiago Chedraoui Silva

On Fri, Aug 18, 2017 at 8:35 AM, Martin Morgan
mailto:martin.mor...@roswellpark.org>
>> wrote:

 On 08/16/2017 08:45 PM, Charles Plessy wrote:

 Le Wed, Aug 16, 2017 at 08:30:22PM +, Turaga,
Nitesh a écrit :


 The Bioconductor git server is now alive!! All future
 commits to Software and Data experiment packages
should be
 made to the git server.

 Please see the documentation on how to use the new
server
https://www.bioconductor.org/developers/how-to/git/


>.

 If your package has been available through SVN
remember to
 submit your SSH keys to
https://goo.gl/forms/eg36vcBkIUjfZfLe2

 >.


 NOTE: Workflow packages will remain on SVN for the
moment.


 Many thanks for this transition !

 I have a minor thing to report: when running "git pull"
with a
 non-C and non-US
 locale, the remote server issues unimportant warning
messages
 from perl.

 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LC_TIME = "en_GB.UTF-8",
  LC_MONETARY = "en_GB.UTF-8",
  LC_MEASUREMENT = "en_GB.UTF-8",
  LC_NUMERIC = "en_GB.UTF-8",
  LC_PAPER = "en_GB.UTF-8",
  LANG = "en_US.UTF-8"
   are supported and installed on your system.
 perl: warning: Falling back to a fallback locale
("en_US.UTF-8").

 Obviously, client-side LC_ALL=C suppresses this, but
perhaps it
 can be silenced
 server-side, either by supporting many locales, or
enforcing the
 default C
 locale without warning.


 Hi Charles -- can you clarify a little what you are doing
to get
 this response? git clone git... ? or ??

 Thanks, Martin



 Have a nice day,

 Charles



 This email message may contain legally privileged
and/or...{{dropped:2}}


 ___
Bioc-devel@r-project.org 
> mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

 >




This email message may contain legally privileged and/or
confidential information.  If you are not the intended recipient(s),
or the employee or agent responsible for the delivery of this
message to the intended recipient(s), you are hereby notified that
any disclosure, copying, distribution, or use of this email message
is prohibited.  If you have received this

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-18 Thread Martin Morgan

On 08/18/2017 12:21 PM, Tiago Chedraoui Silva wrote:

I had the same problem, which is described below:
https://askubuntu.com/questions/144235/locale-variables-have-no-effect-in-remote-shell-perl-warning-setting-locale-f

I did the "Stop forwarding locale from the client" solution and it worked.


yes, but to solve this for other people generally can you tell me what 
you did to see the message? git clone 
g...@git.bioconductor.org:pacakges/TCGAbiolinks ? git status ? ... ? Thanks


Best regards,
Tiago Chedraoui Silva

On Fri, Aug 18, 2017 at 8:35 AM, Martin Morgan 
mailto:martin.mor...@roswellpark.org>> 
wrote:


On 08/16/2017 08:45 PM, Charles Plessy wrote:

Le Wed, Aug 16, 2017 at 08:30:22PM +, Turaga, Nitesh a écrit :


The Bioconductor git server is now alive!! All future
commits to Software and Data experiment packages should be
made to the git server.

Please see the documentation on how to use the new server
https://www.bioconductor.org/developers/how-to/git/
.

If your package has been available through SVN remember to
submit your SSH keys to
https://goo.gl/forms/eg36vcBkIUjfZfLe2
.

NOTE: Workflow packages will remain on SVN for the moment.


Many thanks for this transition !

I have a minor thing to report: when running "git pull" with a
non-C and non-US
locale, the remote server issues unimportant warning messages
from perl.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LC_TIME = "en_GB.UTF-8",
 LC_MONETARY = "en_GB.UTF-8",
 LC_MEASUREMENT = "en_GB.UTF-8",
 LC_NUMERIC = "en_GB.UTF-8",
 LC_PAPER = "en_GB.UTF-8",
 LANG = "en_US.UTF-8"
  are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

Obviously, client-side LC_ALL=C suppresses this, but perhaps it
can be silenced
server-side, either by supporting many locales, or enforcing the
default C
locale without warning.


Hi Charles -- can you clarify a little what you are doing to get
this response? git clone git... ? or ??

Thanks, Martin



Have a nice day,

Charles



This email message may contain legally privileged and/or...{{dropped:2}}


___
Bioc-devel@r-project.org  mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel






This email message may contain legally privileged and/or...{{dropped:2}}

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-18 Thread Tiago Chedraoui Silva
I had the same problem, which is described below:
https://askubuntu.com/questions/144235/locale-variables-have-no-effect-in-remote-shell-perl-warning-setting-locale-f

I did the "Stop forwarding locale from the client" solution and it worked.

Best regards,
Tiago Chedraoui Silva

On Fri, Aug 18, 2017 at 8:35 AM, Martin Morgan <
martin.mor...@roswellpark.org> wrote:

> On 08/16/2017 08:45 PM, Charles Plessy wrote:
>
>> Le Wed, Aug 16, 2017 at 08:30:22PM +, Turaga, Nitesh a écrit :
>>
>>>
>>> The Bioconductor git server is now alive!! All future commits to
>>> Software and Data experiment packages should be made to the git server.
>>>
>>> Please see the documentation on how to use the new server
>>> https://www.bioconductor.org/developers/how-to/git/.
>>>
>>> If your package has been available through SVN remember to submit your
>>> SSH keys to https://goo.gl/forms/eg36vcBkIUjfZfLe2.
>>>
>>> NOTE: Workflow packages will remain on SVN for the moment.
>>>
>>
>> Many thanks for this transition !
>>
>> I have a minor thing to report: when running "git pull" with a non-C and
>> non-US
>> locale, the remote server issues unimportant warning messages from perl.
>>
>> perl: warning: Setting locale failed.
>> perl: warning: Please check that your locale settings:
>> LANGUAGE = (unset),
>> LC_ALL = (unset),
>> LC_TIME = "en_GB.UTF-8",
>> LC_MONETARY = "en_GB.UTF-8",
>> LC_MEASUREMENT = "en_GB.UTF-8",
>> LC_NUMERIC = "en_GB.UTF-8",
>> LC_PAPER = "en_GB.UTF-8",
>> LANG = "en_US.UTF-8"
>>  are supported and installed on your system.
>> perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
>>
>> Obviously, client-side LC_ALL=C suppresses this, but perhaps it can be
>> silenced
>> server-side, either by supporting many locales, or enforcing the default C
>> locale without warning.
>>
>
> Hi Charles -- can you clarify a little what you are doing to get this
> response? git clone git... ? or ??
>
> Thanks, Martin
>
>
>
>> Have a nice day,
>>
>> Charles
>>
>>
>
> This email message may contain legally privileged and/or...{{dropped:2}}
>
>
> ___
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-18 Thread Martin Morgan

On 08/16/2017 08:45 PM, Charles Plessy wrote:

Le Wed, Aug 16, 2017 at 08:30:22PM +, Turaga, Nitesh a écrit :


The Bioconductor git server is now alive!! All future commits to Software and 
Data experiment packages should be made to the git server.

Please see the documentation on how to use the new server 
https://www.bioconductor.org/developers/how-to/git/.

If your package has been available through SVN remember to submit your SSH keys 
to https://goo.gl/forms/eg36vcBkIUjfZfLe2.

NOTE: Workflow packages will remain on SVN for the moment.


Many thanks for this transition !

I have a minor thing to report: when running "git pull" with a non-C and non-US
locale, the remote server issues unimportant warning messages from perl.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "en_GB.UTF-8",
LC_MONETARY = "en_GB.UTF-8",
LC_MEASUREMENT = "en_GB.UTF-8",
LC_NUMERIC = "en_GB.UTF-8",
LC_PAPER = "en_GB.UTF-8",
LANG = "en_US.UTF-8"
 are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

Obviously, client-side LC_ALL=C suppresses this, but perhaps it can be silenced
server-side, either by supporting many locales, or enforcing the default C
locale without warning.


Hi Charles -- can you clarify a little what you are doing to get this 
response? git clone git... ? or ??


Thanks, Martin




Have a nice day,

Charles




This email message may contain legally privileged and/or...{{dropped:2}}

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-16 Thread Charles Plessy
Le Wed, Aug 16, 2017 at 08:30:22PM +, Turaga, Nitesh a écrit :
> 
> The Bioconductor git server is now alive!! All future commits to Software and 
> Data experiment packages should be made to the git server. 
> 
> Please see the documentation on how to use the new server 
> https://www.bioconductor.org/developers/how-to/git/.
> 
> If your package has been available through SVN remember to submit your SSH 
> keys to https://goo.gl/forms/eg36vcBkIUjfZfLe2. 
> 
> NOTE: Workflow packages will remain on SVN for the moment.

Many thanks for this transition !

I have a minor thing to report: when running "git pull" with a non-C and non-US
locale, the remote server issues unimportant warning messages from perl.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "en_GB.UTF-8",
LC_MONETARY = "en_GB.UTF-8",
LC_MEASUREMENT = "en_GB.UTF-8",
LC_NUMERIC = "en_GB.UTF-8",
LC_PAPER = "en_GB.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

Obviously, client-side LC_ALL=C suppresses this, but perhaps it can be silenced
server-side, either by supporting many locales, or enforcing the default C
locale without warning.

Have a nice day,

Charles

-- 
Charles Plessy, Ph.D. – RIKEN Center for Life Science Technologies
Division of Genomic Technologies – Genomics Miniaturization Technology Unit
1-7-22 Suehiro-cho, Tsurumi-ku, Yokohama, Kanagawa 230-0045 Japan
■■□―― http://population-transcriptomics.org ――□■■

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-16 Thread Turaga, Nitesh
Hi Maintainers,

The Bioconductor git server is now alive!! All future commits to Software and 
Data experiment packages should be made to the git server. 

Please see the documentation on how to use the new server 
https://www.bioconductor.org/developers/how-to/git/.

If your package has been available through SVN remember to submit your SSH keys 
to https://goo.gl/forms/eg36vcBkIUjfZfLe2. 

NOTE: Workflow packages will remain on SVN for the moment.

Best,

Nitesh




> On Aug 7, 2017, at 4:43 PM, Turaga, Nitesh  
> wrote:
> 
> Hello Maintainers, 
> 
> 
> The details and timeline of the transition from SVN to GIT have been 
> finalized. 
> 
> 
> 1.  Important Dates, Days of transition - August 15th and August 16th.
> 
> August 15th - 9am EST 
> 
>   - Git BETA server commits stop, BETA phase ends. All commits to the 
> BETA repository are discarded.
>   - Data experiment package SVN commits are stopped.
> 
> August 16th - 9am EST 
> 
>   - Software package SVN commits are stopped, 
>   - About 6 hours after, the GIT server comes to life.
>   - No SVN commits here after
> 
> August 16th - 6pm EST onwards.
> 
>   - Only commits to git.bioconductor.org possible.
>   - See scenarios on how to commit to the new git server. 
> 
>   (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
> 
> 2. For access to git.bioconductor.org, please submit your SSH keys to 
> 
>   https://goo.gl/forms/eg36vcBkIUjfZfLe2
> 
> This is important, without which you will not be able to maintain your 
> package.
> 
> 3. Workflow packages will remain on SVN for the moment. We will inform you 
> when the transition of the workflow packages happen. 
> 
> 
> 
> Best,
> 
> 
> Nitesh Turaga
> Bioconductor Core Team



This email message may contain legally privileged and/or confidential 
information.  If you are not the intended recipient(s), or the employee or 
agent responsible for the delivery of this message to the intended 
recipient(s), you are hereby notified that any disclosure, copying, 
distribution, or use of this email message is prohibited.  If you have received 
this message in error, please notify the sender immediately by e-mail and 
delete this email message from your computer. Thank you.
___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-16 Thread Turaga, Nitesh
Hi Maintainers,

It’s August 16th 9am. The SVN commits to the software packages are blocked. 
There will NOT be any SVN commits now onwards to the software and 
data-experiment packages.

NOTE: Only the workflow packages are still on SVN until further notice about 
their transition. 

Best,

Nitesh

>> August 16th - 9am EST 
>> 
>>  - Software package SVN commits are stopped, 
>>  - About 6 hours after, the GIT server comes to life.
>>  - No SVN commits here after



> On Aug 15, 2017, at 11:52 AM, Turaga, Nitesh  
> wrote:
> 
> Hi Maintainers,
> 
> We are on schedule. The experiment-data package SVN commits have been 
> disabled. The git transition for these packages is underway now with the 
> latest snapshot. 
> 
> Best,
> 
> Nitesh
> 
> 
>> On Aug 7, 2017, at 4:43 PM, Turaga, Nitesh  
>> wrote:
>> 
>> Hello Maintainers, 
>> 
>> 
>> The details and timeline of the transition from SVN to GIT have been 
>> finalized. 
>> 
>> 
>> 1.  Important Dates, Days of transition - August 15th and August 16th.
>> 
>> August 15th - 9am EST 
>> 
>>  - Git BETA server commits stop, BETA phase ends. All commits to the 
>> BETA repository are discarded.
>>  - Data experiment package SVN commits are stopped.
>> 
>> August 16th - 9am EST 
>> 
>>  - Software package SVN commits are stopped, 
>>  - About 6 hours after, the GIT server comes to life.
>>  - No SVN commits here after
>> 
>> August 16th - 6pm EST onwards.
>> 
>>  - Only commits to git.bioconductor.org possible.
>>  - See scenarios on how to commit to the new git server. 
>> 
>>  (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
>> 
>> 2. For access to git.bioconductor.org, please submit your SSH keys to 
>> 
>>  https://goo.gl/forms/eg36vcBkIUjfZfLe2
>> 
>> This is important, without which you will not be able to maintain your 
>> package.
>> 
>> 3. Workflow packages will remain on SVN for the moment. We will inform you 
>> when the transition of the workflow packages happen. 
>> 
>> 
>> 
>> Best,
>> 
>> 
>> Nitesh Turaga
>> Bioconductor Core Team
> 



This email message may contain legally privileged and/or confidential 
information.  If you are not the intended recipient(s), or the employee or 
agent responsible for the delivery of this message to the intended 
recipient(s), you are hereby notified that any disclosure, copying, 
distribution, or use of this email message is prohibited.  If you have received 
this message in error, please notify the sender immediately by e-mail and 
delete this email message from your computer. Thank you.
___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-15 Thread Turaga, Nitesh
Hi Maintainers,

We are on schedule. The experiment-data package SVN commits have been disabled. 
The git transition for these packages is underway now with the latest snapshot. 

Best,

Nitesh


> On Aug 7, 2017, at 4:43 PM, Turaga, Nitesh  
> wrote:
> 
> Hello Maintainers, 
> 
> 
> The details and timeline of the transition from SVN to GIT have been 
> finalized. 
> 
> 
> 1.  Important Dates, Days of transition - August 15th and August 16th.
> 
> August 15th - 9am EST 
> 
>   - Git BETA server commits stop, BETA phase ends. All commits to the 
> BETA repository are discarded.
>   - Data experiment package SVN commits are stopped.
> 
> August 16th - 9am EST 
> 
>   - Software package SVN commits are stopped, 
>   - About 6 hours after, the GIT server comes to life.
>   - No SVN commits here after
> 
> August 16th - 6pm EST onwards.
> 
>   - Only commits to git.bioconductor.org possible.
>   - See scenarios on how to commit to the new git server. 
> 
>   (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
> 
> 2. For access to git.bioconductor.org, please submit your SSH keys to 
> 
>   https://goo.gl/forms/eg36vcBkIUjfZfLe2
> 
> This is important, without which you will not be able to maintain your 
> package.
> 
> 3. Workflow packages will remain on SVN for the moment. We will inform you 
> when the transition of the workflow packages happen. 
> 
> 
> 
> Best,
> 
> 
> Nitesh Turaga
> Bioconductor Core Team



This email message may contain legally privileged and/or confidential 
information.  If you are not the intended recipient(s), or the employee or 
agent responsible for the delivery of this message to the intended 
recipient(s), you are hereby notified that any disclosure, copying, 
distribution, or use of this email message is prohibited.  If you have received 
this message in error, please notify the sender immediately by e-mail and 
delete this email message from your computer. Thank you.
___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-14 Thread Turaga, Nitesh
Hi Maintainers,

The beta phase for the GIT transition has now come to an end. All access to the 
git.bioconductor.org server has been suspended till August 16th 6pm EST. 

Please see the important dates, and times for the transition below.

Best,

Nitesh 


> On Aug 7, 2017, at 4:43 PM, Turaga, Nitesh  
> wrote:
> 
> Hello Maintainers, 
> 
> 
> The details and timeline of the transition from SVN to GIT have been 
> finalized. 
> 
> 
> 1.  Important Dates, Days of transition - August 15th and August 16th.
> 
> August 15th - 9am EST 
> 
>   - Git BETA server commits stop, BETA phase ends. All commits to the 
> BETA repository are discarded.
>   - Data experiment package SVN commits are stopped.
> 
> August 16th - 9am EST 
> 
>   - Software package SVN commits are stopped, 
>   - About 6 hours after, the GIT server comes to life.
>   - No SVN commits here after
> 
> August 16th - 6pm EST onwards.
> 
>   - Only commits to git.bioconductor.org possible.
>   - See scenarios on how to commit to the new git server. 
> 
>   (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
> 
> 2. For access to git.bioconductor.org, please submit your SSH keys to 
> 
>   https://goo.gl/forms/eg36vcBkIUjfZfLe2
> 
> This is important, without which you will not be able to maintain your 
> package.
> 
> 3. Workflow packages will remain on SVN for the moment. We will inform you 
> when the transition of the workflow packages happen. 
> 
> 
> 
> Best,
> 
> 
> Nitesh Turaga
> Bioconductor Core Team



This email message may contain legally privileged and/or confidential 
information.  If you are not the intended recipient(s), or the employee or 
agent responsible for the delivery of this message to the intended 
recipient(s), you are hereby notified that any disclosure, copying, 
distribution, or use of this email message is prohibited.  If you have received 
this message in error, please notify the sender immediately by e-mail and 
delete this email message from your computer. Thank you.
___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Git transition is happening August 16th.

2017-08-08 Thread Ludwig Geistlinger
> - See scenarios on how to commit to the new git server.
> (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)


Nitesh, that's a great piece of documentation!

Thanks,
Ludwig


--
Dr. Ludwig Geistlinger
CUNY School of Public Health


> Hello Maintainers,
>
>
> The details and timeline of the transition from SVN to GIT have been
> finalized.
>
>
> 1.  Important Dates, Days of transition - August 15th and August 16th.
>
> August 15th - 9am EST
>
> - Git BETA server commits stop, BETA phase ends. All commits to the BETA
> repository are discarded.
> - Data experiment package SVN commits are stopped.
>
> August 16th - 9am EST
>
> - Software package SVN commits are stopped,
> - About 6 hours after, the GIT server comes to life.
> - No SVN commits here after
>
> August 16th - 6pm EST onwards.
>
> - Only commits to git.bioconductor.org possible.
> - See scenarios on how to commit to the new git server.
>
> (https://github.com/Bioconductor/bioc_git_transition/tree/master/doc)
>
> 2. For access to git.bioconductor.org, please submit your SSH keys to
>
> https://goo.gl/forms/eg36vcBkIUjfZfLe2
>
> This is important, without which you will not be able to maintain your
> package.
>
> 3. Workflow packages will remain on SVN for the moment. We will inform you
> when the transition of the workflow packages happen.
>
>
>
> Best,
>
>
> Nitesh Turaga
> Bioconductor Core Team
>
> This email message may contain legally privileged and/or confidential
> information.  If you are not the intended recipient(s), or the employee or
> agent responsible for the delivery of this message to the intended
> recipient(s), you are hereby notified that any disclosure, copying,
> distribution, or use of this email message is prohibited.  If you have
> received this message in error, please notify the sender immediately by
> e-mail and delete this email message from your computer. Thank you.
> ___
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>


[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel