Need help with OpenJDK sandbox branch creation

2019-05-23 Thread Guy Steele
Hi, sorry for wide distribution, but I am at my wits’ end and need help. I have finished writing the code for the new JEP on "Enhanced pseudo-random number generators” (https://bugs.openjdk.java.net/browse/JDK-8193209) and am now trying to follow the instructions at https://cr.openjdk.j

Re: Need help with OpenJDK sandbox branch creation

2019-05-23 Thread Kevin Rushforth
You need to be a 'jdk' Project Committer [1] in order to push to any repo in the jdk Project, including the sandbox. -- Kevin [1] https://openjdk.java.net/census#jdk On 5/23/2019 11:16 AM, Guy Steele wrote: Hi, sorry for wide distribution, but I am at my wits’ end and need help. I have fini

Re: Need help with OpenJDK sandbox branch creation

2019-05-23 Thread Guy Steele
> On May 23, 2019, at 2:23 PM, Kevin Rushforth > wrote: > > You need to be a 'jdk' Project Committer [1] in order to push to any repo in > the jdk Project, including the sandbox. > > -- Kevin > > [1] https://openjdk.java.net/census#jdk Yep, that’ll do it. Thanks!